NettleWarbler
Banned
- Joined
- Mar 25, 2016
- Messages
- 636
- Thread Author
-
- #1
Solution
Thanks — that screenshot makes it clear: your C: (labelled D in the image) is almost full (only ~332 GB free of ~10.9 TB). When Windows gets under ~10% free it becomes sluggish and weird (one‑page loading, missing options). Let’s free safe space now and get the system back to normal. I’ll keep each step short — do them one at a time and tell me what you see.
Immediate, safe steps (do these first)
Immediate, safe steps (do these first)
- Empty Recycle Bin
- Right‑click Recycle Bin on the desktop → Empty Recycle Bin.
- Quick Temp file cleanup (fast and safe)
- Settings → System → Storage → Temporary files
- Tick: Temporary files, Delivery Optimization files, Thumbnails, Recycle Bin, and click Remove files.
- Run Disk Cleanup for system files (can free big chunks)...
- Joined
- Mar 14, 2023
- Messages
- 101,824
Thanks — that screenshot helps. Let’s keep this simple and safe. I’ll give a short checklist of easy checks you can do now, then a few next steps depending on what you find. Tell me the results (or your Windows version) and I’ll walk you through any step.
Quick checks (do these first)
1) Reboot the PC once.
Quick checks (do these first)
1) Reboot the PC once.
- A restart clears temporary problems. Did things improve after a restart?
- Press Ctrl+Shift+Esc.
- Click More details (if needed). Look at the “Processes” tab and check the Disk, CPU and Memory columns.
- Tell me if Disk is showing very high (like 90–100%) or a particular program is using lots of CPU/RAM.
- Open File Explorer → This PC → look at C: free space. If C: is almost full (<5–10% free) Windows will behave poorly.
- If it’s low, freeing a few GB (move big videos/photos to an external stick) helps.
- Try opening Notepad (press Start, type Notepad). Then open a browser page. Does Notepad open immediately while browser struggles? This helps tell whether the problem is the drive or the browser.
- Repeated slow file access, programs hanging when opening files, and Task Manager with Disk pegged are signs.
- Physical symptoms: clicking / grinding / repeated spin‑up noises = hardware problem. If you hear that, shut down and don’t keep using the drive.
- Open a Command Prompt as Administrator: press Start, type cmd, right‑click Command Prompt → Run as administrator.
- Type:
wmic diskdrive get model,status
and press Enter.- If it returns “OK” that’s a basic health check; “Pred Fail” or blank indicates trouble. (wmic is a quick check only.
- System Restore (System Protection) can be disabled and then the Restore option won’t appear. To check:
- Press Start, type Create a restore point and press Enter.
- In the System Protection tab you’ll see drives and whether Protection is On.
- If it’s Off for C:, there won’t be restore points to use. (You can turn it on going forward, but it won’t recover older files if none were made.
- Open Command Prompt as administrator and run:
sfc /scannow
Wait until it finishes and tell me the result. If it reports problems it couldn’t fix, then run:
DISM /Online /Cleanup-Image /RestoreHealth
and then sfc /scannow again. (These are safe and read/repair Windows files, but they won’t help if the disk is physically failing.
- chkdsk can fix filesystem problems but writes to disk — if the disk is physically failing, running chkdsk can stress it. If the data is important and you suspect hardware failure, it’s safer to image the disk first or connect it to another PC to copy files.
- If you’re happy to try chkdsk, run as admin:
chkdsk C: /f /r
You’ll be asked to schedule a restart — it will check on reboot. Only run this if you have a backup or don’t mind the risk.
- To open Recovery Options: Settings → System → Recovery → Advanced startup → Restart now. From the blue menu you can try Troubleshoot → Advanced options → System Restore (if a restore point exists) or Startup Repair.
- If System Restore doesn’t appear there, it likely means no restore points exist.
- Avoid running heavy disk repairs yourself. Instead either:
- Remove the drive and connect it (internally or with the adapter/dock you ordered) to another working PC and copy your important files off first; OR
- Create a disk image (if you know how) and recover from the image. (I can give step‑by‑step for either option.
- Since you already ordered powered adapters, once they arrive the safest approach is to connect the drive to another machine and copy your files before attempting repairs.
- Which Windows version are you using? (Windows 10 or 11)
- After doing Step 2 (Task Manager), tell me the Disk / CPU / Memory percentages and any process using lots of resources.
- Do you hear clicking/grinding from the drive?
- Do you have an external USB stick or drive to copy important files to if needed?
NettleWarbler
Banned
- Joined
- Mar 25, 2016
- Messages
- 636
- Thread Author
-
- #3
Restart no good i think it;s the disk space .
- Joined
- Mar 14, 2023
- Messages
- 101,824
Thanks — that’s useful. If you suspect low disk space, let’s check and free space safely so Windows becomes responsive again. I’ll keep this step‑by‑step and simple; tell me what you see after each step.
Quick check: how full is C:
1) Open File Explorer → This PC and look at the C: drive bar. Tell me the free space (e.g., “C: 20 GB free of 500 GB”) or paste a short screenshot.
2) Also open Settings → System → Storage to get a breakdown (if you’re on Windows 10/11). That page shows what’s using space. <10% free) — immediate safe actions
(Do these in order; each one is reversible or low risk)
A — Empty Recycle Bin
Why System Restore might be missing
1) Open This PC and tell me free space on C:.
2) Run Disk Cleanup → Clean up system files and tell me how much it freed.
3) If you prefer, I’ll guide you step‑by‑step by remote text: “Ready — tell me when Disk Cleanup is open”.
If you tell me your Windows version (Windows 10 or 11) I’ll give precise clicks for Storage, Disk Cleanup, and turning off hibernation. I’ll stay with you through every step.
Quick check: how full is C:
1) Open File Explorer → This PC and look at the C: drive bar. Tell me the free space (e.g., “C: 20 GB free of 500 GB”) or paste a short screenshot.
2) Also open Settings → System → Storage to get a breakdown (if you’re on Windows 10/11). That page shows what’s using space. <10% free) — immediate safe actions
(Do these in order; each one is reversible or low risk)
A — Empty Recycle Bin
- Right‑click Recycle Bin → Empty Recycle Bin.
- Settings → System → Storage → Temporary files → choose Temporary files, Delivery Optimization files, Recycle Bin, Thumbnails and click Remove files. This usually frees some space quickly.
- Press Start, type Disk Cleanup → run it.
- Pick drive C:. Click “Clean up system files”. After it rescans, check “Windows Update Cleanup”, “Previous Windows installations” (if present), “Temporary Windows installation files”, “Recycle Bin”, “Temporary files”, then OK → Delete Files. This removes big system leftovers safely.
- Open File Explorer > type in search bar: size:>1GB to find big files (or check Downloads, Videos, Pictures). Move large videos/photos to an external USB stick/drive or cloud (OneDrive/Google Drive). If you don’t have an external drive, a cheap USB stick will do for the most important files.
- Settings → Apps → Apps & features → sort by Size and uninstall any large apps you don’t use.
- Open Command Prompt as Administrator and run:
powercfg -h off
This removes the hibernation file. You can re‑enable with powercfg -h on later. (Only do this if you don’t use Hibernate.
- chkdsk can help filesystem problems but it writes to disk and stresses a failing drive. If your data matters, copy your important files off first (see steps above or use the adapter you ordered when it arrives). Only run chkdsk after you’ve backed up or if you have no alternative.
Why System Restore might be missing
- System Restore can be turned off or have no restore points if disk space was low. Check: Start → type “Create a restore point” → System Protection tab → see whether Protection is On for C:. If it’s Off, there are no restore points to use. You can turn it on going forward, but turning it on won’t recover past files.
- Loud clicking/grinelays, and very high Disk usage in Task Manager indicate hardware trouble. If you suspect failure:
- Stop using the PC for heavy operations.
- Copy critical files off immediately (external drive or the adapter/dock when it arrives).
- Consider imaging the disk (ddrescue/HDD Raw Copy) if data is critical — I can guide you or recommend a local shop.
1) Open This PC and tell me free space on C:.
2) Run Disk Cleanup → Clean up system files and tell me how much it freed.
3) If you prefer, I’ll guide you step‑by‑step by remote text: “Ready — tell me when Disk Cleanup is open”.
If you tell me your Windows version (Windows 10 or 11) I’ll give precise clicks for Storage, Disk Cleanup, and turning off hibernation. I’ll stay with you through every step.
NettleWarbler
Banned
- Joined
- Mar 25, 2016
- Messages
- 636
- Thread Author
-
- #5
- Joined
- Mar 14, 2023
- Messages
- 101,824
Thanks — that screenshot makes it clear: your C: (labelled D in the image) is almost full (only ~332 GB free of ~10.9 TB). When Windows gets under ~10% free it becomes sluggish and weird (one‑page loading, missing options). Let’s free safe space now and get the system back to normal. I’ll keep each step short — do them one at a time and tell me what you see.
Immediate, safe steps (do these first)
5) Remove or move very large files (videos, ISOs, backups)
9) Use Storage breakdown or WinDirStat to see large folders
Immediate, safe steps (do these first)
- Empty Recycle Bin
- Right‑click Recycle Bin on the desktop → Empty Recycle Bin.
- Quick Temp file cleanup (fast and safe)
- Settings → System → Storage → Temporary files
- Tick: Temporary files, Delivery Optimization files, Thumbnails, Recycle Bin, and click Remove files.
- Run Disk Cleanup for system files (can free big chunks)
- Start → type Disk Cleanup → run it.
- Select C:, then click “Clean up system files”. After it rescans, check Windows Update Cleanup, Previous Windows installations (if present), Temporary Windows installation files, etc., then OK → Delete Files.
- Remove large installers & downloads
- File Explorer → Downloads folder → Sort by Size. Delete installers (.exe/.msi) you don’t need or move them to an external USB drive.
5) Remove or move very large files (videos, ISOs, backups)
- File Explorer → This PC → in the search bar type: size:>1GB
- That lists files >1 GB. Move the important ones you want to keep to an external drive or cloud, or delete ones you don’t need.
- Uninstall big unused programs
- Settings → Apps → Apps & features → Sort by Size → uninstall programs you no longer use.
- Turn off Hibernation (frees hiberfil.sys — several GB)
- If you don’t use Hibernate, open Command Prompt as Administrator and run:
powercfg -h off - This deletes the hibernation file. (If you use Hibernate, skip this.
- Remove old Restore points (if you have any) or reduce space used
- Start → type Create a restore point → System Protection tab → Configure for the C: drive → Delete (this removes all restore points).
- If you want keep restore points, reduce the disk space slider instead.
9) Use Storage breakdown or WinDirStat to see large folders
- Settings → System → Storage → click the drive to see categories.
- Or download WinDirStat (free) — it shows large folders/files with a visual map so you know what to move/delete.
- Do NOT run chkdsk C: /f /r right now if you suspect the disk may be failing — chkdsk stresses a dying drive. First copy your important files off (backup) using an external drive or the adapters you ordered.
- If you hear clicking/grinding from the drive or Windows reports many I/O errors, stop and copy data immediately (these are signs of hardware failure).
- Open an elevated Command Prompt and run:
wmic diskdrive get model,status
If the Status returns anything other than OK (e.g., Pred Fail), the drive is failing and you must back up immediately.
- Try to get C: to at least 10% free. For a 10.9 TB drive that’s ≈1.1 TB free. Freeing a few hundred GB will help a lot; if you can free 500–1,000 GB you’ll see much better responsiveness.
- Walk you step‑by‑step through Disk Cleanup and Storage cleanup now. (Say “Ready” and tell me whether you’re on Windows 10 or 11.
- Walk you through using WinDirStat and identifying the largest folders to move.
- Give commands to check SMART/drive health and explain results.
- If you have a USB external drive or a spare PC, copy your Documents, Desktop, Pictures, Videos, and any mail/profile folders first (or the largest important folders). If you prefer, wait until your Vantec adapters arrive and I’ll walk you through copying files off the drive safely.
Similar threads
- Replies
- 0
- Views
- 940
- Replies
- 0
- Views
- 6K
- Replies
- 0
- Views
- 396
- Replies
- 7
- Views
- 2K
- Solved
- Replies
- 1
- Views
- 3K