T The Triage ManualTechnical Guides for IT Emergencies
P3 · Endpoint & Device Management

Dell Computer Fails to Boot into Windows 10 or Windows 11

A Dell computer may fail to boot into Windows 10 or Windows 11 due to corrupted boot configuration data, failed Windows updates, hardware faults, or misconfigured BIOS/UEFI settings. Troubleshooting follows a structured path from hard reset and Dell ePSA hardware diagnostics through WinRE-based boot repair and system file recovery. If software remediation is unsuccessful, a clean reinstall using the Dell OS Recovery Tool or Microsoft Media Creation Tool is the final resolution.

Indicators

Likely causes

Diagnostic steps

  1. Perform a hard reset: power off the computer, disconnect all peripherals and the power cable, hold the power button for 15–20 seconds to drain residual charge, then reconnect power only and attempt to boot.
  2. Run Dell Pre-boot System Assessment (ePSA/PSA): power on and press F12 repeatedly to access the one-time boot menu, then select 'Diagnostics'. Allow the tool to test hardware components including RAM and storage; note any error codes returned.
  3. If ePSA reports a drive failure, escalate to hardware replacement. If ePSA passes, proceed to software-level boot repair.
  4. Boot into the Windows Recovery Environment (WinRE): power on the computer and interrupt the boot sequence three consecutive times by holding the power button when the Windows logo appears. On the third interruption, Windows will trigger Automatic Repair and present recovery options.
  5. From WinRE, navigate to Troubleshoot > Advanced Options > Startup Repair and allow Windows to attempt automatic repair of boot files. Review the resulting log if repair reports failure.
  6. If Startup Repair fails, open Command Prompt from WinRE (Troubleshoot > Advanced Options > Command Prompt) and run the following bootrec commands in sequence: 'bootrec /fixmbr', 'bootrec /fixboot', 'bootrec /scanos', 'bootrec /rebuildbcd'. Confirm any prompt to add identified Windows installations to the BCD store.
  7. From the same WinRE Command Prompt session, run 'sfc /scannow' to repair corrupted system files, then run 'DISM /Online /Cleanup-Image /RestoreHealth' to restore the Windows image from Windows Update. Note: DISM /Online requires internet access; use '/Source' parameter with installation media if offline.
  8. Check BIOS/UEFI boot order: press F2 at startup to enter BIOS setup and verify the primary boot device is set to the internal drive containing the Windows installation. Save and exit, then attempt to boot.
  9. If a System Restore point exists, attempt rollback from WinRE: Troubleshoot > Advanced Options > System Restore. Select the most recent restore point predating the failure.
  10. If all software repair steps fail, perform a clean reinstall of Windows using the Dell OS Recovery Tool (downloads a Dell-validated image) or Microsoft Media Creation Tool. Back up any accessible user data first via WinRE Command Prompt file copy to external media.

Resolution path

Prevention

Tools

References

DellWindows 10Windows 11boot failureno bootblack screenstartup repairWinREbootrecBCD repairePSA diagnosticsBSODSFCDISMOS recoveryDell OS Recovery ToolMedia Creation ToolBIOS boot orderMBR repair