Windows Won’t Boot

⚠️ Warranty Notice: If your computer, laptop, or device is still under warranty, opening the case or attempting internal repairs or upgrades may void that warranty. Manufacturers often require all service to be performed by authorized technicians. Check your warranty status before doing any internal work.

Troubleshooting: Windows Startup Failures (Not Reaching Login Screen)

This guide provides clear steps to fix Windows startup failures where the computer does not reach the login screen. The system may freeze on the Windows logo, show a black screen, restart repeatedly, or enter a repair loop. These steps apply to both Windows 10 and Windows 11.

Symptoms

  • Stuck on the Windows logo
  • Black screen with or without a cursor
  • Automatic Repair loop
  • Preparing Automatic Repair → Diagnosing Your PC → Restart loop
  • Blue screen before login
  • System restarts before reaching the login screen

Root Cause (Plain Language)

Windows needs specific files and settings to start. If these files are damaged, missing, or interrupted during updates, Windows cannot complete the boot process.

Boot failures commonly occur after:

  • Power loss during startup or shutdown
  • Failed or incomplete Windows updates
  • Corrupted system files
  • Driver conflicts
  • Disk errors or bad sectors
  • Incorrect boot configuration

This guide addresses software-related boot failures. Hardware failures require different procedures.

Step-by-Step Instructions

Step 1: Force Shutdown and Restart
  1. Hold the power button for 10 seconds until the computer turns off.
  2. Wait 5 seconds.
  3. Press the power button to turn it back on.

If Windows starts normally, proceed to Verification Steps. If the issue continues, proceed to Step 2.

Step 2: Access Safe Mode

Safe Mode starts Windows with only essential files and drivers.

If you cannot access Safe Mode after three failed boot attempts, Windows will enter Recovery Environment automatically. If this occurs, skip to Step 3.

To Access Safe Mode:
  1. Turn on the computer.
  2. As soon as the Windows logo appears, hold the power button to force shutdown.
  3. Repeat this two more times.
  4. On the third restart, Windows will enter Recovery Environment.
  5. Select TroubleshootAdvanced optionsStartup Settings.
  6. Select Restart.
  7. Press 4 or F4 for Safe Mode.

If Safe Mode starts:

  1. Open Command Prompt as Administrator.
  2. Run: sfc /scannow
  3. Run: dism /online /cleanup-image /restorehealth
  4. Restart the computer normally.

If Windows starts normally, proceed to Verification Steps. If the issue continues, proceed to Step 3.

Step 3: Run Startup Repair

Startup Repair automatically fixes certain boot problems.

  1. Enter Recovery Environment.
  2. Select TroubleshootAdvanced optionsStartup Repair.
  3. Select your user account and enter your password if prompted.

If Startup Repair reports that it fixed the problem:

  1. Restart the computer.
  2. Check if Windows loads normally.

If Windows starts normally, proceed to Verification Steps. If the issue continues, proceed to Step 4.

Step 4: Uninstall Recent Windows Updates

Recent updates can cause boot failures.

This will not delete personal files or installed programs.

  1. Enter Recovery Environment.
  2. Select TroubleshootAdvanced options.
  3. Select Uninstall Updates.
  4. Choose either:
    • Uninstall latest quality update (recommended first)
    • Uninstall latest feature update (if the quality update does not help)
  5. Restart the computer.

If Windows starts normally, proceed to Verification Steps. If the issue continues, proceed to Step 5.

Step 5: Use System Restore

System Restore returns Windows to a previous working state.

WARNING: System Restore removes programs and drivers installed after the restore point date. Personal files are not affected.

System Restore only works if restore points exist.

  1. Enter Recovery Environment.
  2. Select TroubleshootAdvanced optionsSystem Restore.
  3. Select a restore point dated before the issue began.
  4. Follow the on-screen instructions.
  5. Restart the computer.

If Windows starts normally, proceed to Verification Steps. If the issue continues or no restore points exist, proceed to Step 6.

Step 6: Check Disk for Errors

Check Disk scans and repairs file system errors.

  1. Enter Recovery Environment.
  2. Select TroubleshootAdvanced optionsCommand Prompt.
  3. Type the following command and press Enter:
chkdsk C: /f /r
  1. Type Y if prompted to schedule the scan.
  2. Type:
exit
  1. Restart the computer and allow the scan to complete.

If Windows starts normally, proceed to Verification Steps. If the issue continues, proceed to Step 7.

Step 7: Rebuild Boot Configuration Data

Boot Configuration Data tells Windows how to start. Rebuilding it can resolve boot failures.

  1. Enter Recovery Environment.
  2. Select TroubleshootAdvanced optionsCommand Prompt.
  3. Type each command below and press Enter after each:
bootrec /fixmbr

Wait for “The operation completed successfully”.

bootrec /fixboot

Wait for “The operation completed successfully”.

bootrec /rebuildbcd
  1. Type:
exit
  1. Restart the computer.

If Windows starts normally, proceed to Verification Steps. If the issue continues, see If the Issue Persists.

Verification Steps

After Windows starts successfully:

  1. Confirm the system reaches the desktop without errors.
  2. Open File Explorer and verify your files are accessible.
  3. Run Windows Update to ensure all updates complete successfully.
  4. Restart the computer again to confirm stability.

If the computer restarts normally and files are accessible, the issue is resolved.

If the Issue Persists

If Windows still does not boot after completing all steps:

Possible hardware failure: Persistent boot failures may indicate failing hardware such as the hard drive, SSD, or RAM.

Data backup consideration: If important files exist on the computer and Windows cannot be accessed, data recovery may be necessary before further repair attempts.

Next steps:

  • Run hardware diagnostics from your computer manufacturer
  • Test RAM using built-in memory diagnostics
  • Test the hard drive or SSD for failure
  • Seek professional repair if hardware damage is suspected

Legal and Safety Notes

Data Loss Risk:

  • Some repair steps may affect system files or installed programs.
  • Always back up important data when possible before performing repairs.

No Warranty:

These instructions are provided for informational purposes. Following these steps is at your own risk. No guarantee is made that these steps will resolve your specific issue.

When to Stop:

If you encounter error messages not described in this guide, or if you are uncertain about any step, stop and seek assistance.