System Health and Repair Guide 2
Windows 11 System Health and Repair Guide
Section titled “Windows 11 System Health and Repair Guide”This document provides steps and terminal commands to help diagnose and repair stability issues on Windows 11.
1. Check for Windows Updates
Section titled “1. Check for Windows Updates”Ensure your system is up-to-date with the latest Windows updates.
- Go to Settings (Windows key + I).
- Click on Windows Update.
- Click Check for updates.
- Install any available updates and restart your computer if prompted.
2. Run System File Checker (SFC)
Section titled “2. Run System File Checker (SFC)”SFC scans for and repairs corrupted system files.
-
Open Command Prompt (Admin) or Windows Terminal (Admin). Search for “cmd” or “terminal,” right-click, and select “Run as administrator.”
-
Type the following command and press Enter:
Terminal window sfc /scannow -
Wait for the scan to complete. This may take some time.
-
If SFC finds and repairs errors, restart your computer.
3. Use DISM (Deployment Image Servicing and Management)
Section titled “3. Use DISM (Deployment Image Servicing and Management)”DISM repairs the Windows system image.
-
Open Command Prompt (Admin) or Windows Terminal (Admin).
-
Run the following commands one by one, pressing Enter after each:
Terminal window DISM /Online /Cleanup-Image /CheckHealthDISM /Online /Cleanup-Image /ScanHealthDISM /Online /Cleanup-Image /RestoreHealth -
Wait for each command to complete. The
RestoreHealth
command may take a significant amount of time. -
Restart your computer.
4. Check Disk for Errors
Section titled “4. Check Disk for Errors”Check your hard drive or SSD for errors.
-
Open Command Prompt (Admin) or Windows Terminal (Admin).
-
Type the following command and press Enter:
Terminal window chkdsk /f /r -
You’ll be prompted to schedule the check for the next restart. Type
Y
and press Enter. -
Restart your computer. The disk check will run before Windows starts.
5. Memory Diagnostics
Section titled “5. Memory Diagnostics”Check your RAM for errors.
- Search for “Windows Memory Diagnostic” in the Start menu and open it.
- Select “Restart now and check for problems (recommended).”
- Your computer will restart and run the memory test. Follow the on-screen instructions.
- After the test, Windows will restart and display the results.
6. Check for Driver Updates
Section titled “6. Check for Driver Updates”Outdated or corrupted drivers can cause instability.
- Open Device Manager. Search for it in the Start menu.
- Expand each category and right-click on each device.
- Select “Update driver.”
- Choose “Search automatically for drivers.”
- If updates are found, install them and restart your computer.
- Alternatively, visit the manufacturer’s website for your hardware components (e.g., graphics card, motherboard, etc.) and download the latest drivers.
7. Perform a Clean Boot
Section titled “7. Perform a Clean Boot”A clean boot starts Windows with a minimal set of drivers and startup programs. This can help identify software conflicts.
- Press Windows key + R, type
msconfig
, and press Enter. - In the System Configuration window, go to the Services tab.
- Check the box “Hide all Microsoft services.”
- Click “Disable all.”
- Go to the Startup tab and click “Open Task Manager.”
- In Task Manager, disable all startup items.
- Close Task Manager and click “OK” in the System Configuration window.
- Restart your computer.
- After troubleshooting, remember to re-enable your services and startup programs.
8. Check Event Viewer
Section titled “8. Check Event Viewer”Event Viewer logs system events, including errors and warnings.
- Search for “Event Viewer” in the Start menu and open it.
- Expand “Windows Logs” and check “Application” and “System” logs for errors and warnings.
- Look for events that correspond to the time of your stability issues.
- Research the event IDs for more information.
9. Reset Windows 11 (Last Resort)
Section titled “9. Reset Windows 11 (Last Resort)”If all else fails, you can reset Windows 11. This will reinstall Windows but allows you to keep your personal files.
- Go to Settings (Windows key + I).
- Click on System.
- Click on Recovery.
- Click “Reset PC.”
- Choose “Keep my files” or “Remove everything” (if you want a completely clean install).
- Follow the on-screen instructions.
- If possible, back up your important files before resetting.
Important Notes
Section titled “Important Notes”- Always run commands in an elevated Command Prompt or Windows Terminal (Run as administrator).
- Restart your computer after each major step.
- Back up important data before performing any major system changes.
- If you are unsure about any of these steps, seek assistance from a qualified technician.
- Third party antivirus programs can sometimes cause issues. try disabling them temporarily for troubleshooting.