/
/

How to Use Startup Repair in Windows 11

by Francis Sevilleja, IT Technical Writer
How to Use Startup Repair in Windows 11 blog banner image

Instant Summary

This NinjaOne blog post offers a comprehensive basic CMD commands list and deep dive into Windows commands with over 70 essential cmd commands for both beginners and advanced users. It explains practical command prompt commands for file management, directory navigation, network troubleshooting, disk operations, and automation with real examples to improve productivity. Whether you’re learning foundational cmd commands or mastering advanced Windows CLI tools, this guide helps you use the Command Prompt more effectively.

Key Points

  • Access Startup Repair via Advanced Startup (If Windows Boots)
    • Go to Settings > System > Recovery > Advanced Startup > Restart now.
    • Then select Troubleshoot > Advanced options > Startup Repair.
    • Alternatively, use Shift + Restart from the Power menu to enter WinRE.
  • Use Installation Media (If Windows Won’t Boot)
    • Boot from a Windows 11 installation USB, select Repair your computer.
    • Then navigate to Troubleshoot > Advanced options > Startup Repair to fix severe startup failures or boot loops.
  • Apply Advanced Command-Line Fixes If Needed
    • If automatic repair fails, open Command Prompt in WinRE and run advanced bootrec commands (/fixmbr, /fixboot, /scanos, /rebuildbcd) to manually repair boot records and restore proper system startup.
  • Understand What Startup Repair Does
    • Windows 11 Startup Repair is a built-in Windows Recovery Environment (WinRE) tool that automatically diagnoses and fixes boot issues, including corrupted system files, damaged Boot Configuration Data (BCD), and startup errors.

Have you ever turned on your device only to find out that it won’t boot properly? You’re not alone. During startup, Windows can run into a multitude of mishaps like corrupted system files and boot configuration errors. Fortunately, Windows includes a built-in tool called Startup Repair that can automatically fix these issues. It ultimately allows your device to get back into action.

If you need to troubleshoot boot issues or are just curious about this recovery tool, you’re in the right place. This guide will discuss the requirements you should have before accessing Startup Repair in Windows 11, different ways to launch the tool, and some considerations to remember when fixing boot-related issues.

For a visual guide, watch our video on how to use Startup Repair in Windows 11.

What is Startup Repair in Windows 11?

Startup Repair is a built-in recovery tool inside the Windows Recovery Environment (WinRE) that automatically diagnoses and resolves common boot issues, such as BSODs and damaged system files. Once something prevents Windows from successfully starting, Startup Repair scans your device to quickly remediate the issue without the need for user intervention.

This repair tool aims to fix boot problems without affecting user files or applications. Additionally, it can be accessed through multiple methods that cover a wide array of situations. Whether your device can’t proceed from the Windows screen or is stuck on a boot loop, Startup Repair offers a safe and automated way to resolve critical startup issues without requiring technical expertise.

Prerequisites before launching Startup Repair in Windows 11

For the best troubleshooting experience using Startup Repair, make sure you have the following requirements:

  • Administrative Access. There are some cases where you need administrative permissions to launch Startup Repair. For instance, when running Startup Repair using a recovery media, Windows may ask for admin credentials to verify the repair session.
  • System State. Before launching Startup Repair, it’s important to determine if your device can boot to the desktop, access the recovery environment, or require external media. This will help you find solutions that perfectly match your startup scenario.
  • Backup. Although Startup Repair is a non-destructive tool, it’s still advisable to manually back up important data regularly. You can also use backup software to make this process easier.

Different ways to initiate the Startup Repair tool in Windows 11

Windows Startup Repair can be accessed in several ways, regardless of a device’s system condition. Here’s a quick summary of all the methods discussed in this guide:

MethodsTypeAccess InstructionsSteps to Launch Startup RepairRequires Admin Privileges?
Method 1: Settings AppGraphical (GUI)Go to Settings > System > Recovery > Advanced Startup > Restart now.After reboot: Troubleshoot > Advanced options > Startup Repair.Not necessarily, but some repairs may prompt for admin roles.
Method 2: Power MenuGraphical (GUI)Hold Shift and press Restart from the Start menu or sign-in screen.After reboot: Troubleshoot > Advanced options > Startup Repair.Not initially, but admin privileges can be needed for some tasks.
Method 3: Command PromptCommand Line Interface (CLI)Boot into WinRE, then go to Troubleshoot > Advanced options > Command Prompt.System restarts to recovery: Troubleshoot > Advanced options > Startup Repair.Yes, it needs admin privileges to run properly. Sometimes, users will be prompted to enter a recovery key.
Method 4: PowerShellCommand Line Interface (CLI)Boot into WinRE, then go to Troubleshoot > Advanced options > Command Prompt. Type PowerShell and press Enter.Reboots to recovery: Troubleshoot > Advanced options > Startup Repair.Yes, it must be launched with admin privileges.
Method 5: Installation MediaBootable USB/DVDBoot to Windows Setup using a bootable installation media. Press Repair your computer.Troubleshoot > Advanced options > Startup Repair.Not for access, but admin privileges may be required for certain repair actions.

Method 1: Using the Settings App (GUI)

Note: This method only applies to devices that can boot to the desktop.

  1. Press the Win + I hotkey to open the Windows Settings app.
  2. Scroll down System settings and click Recovery.
  3. Inside Recovery, look for Advanced Startup and then select Restart now.
    • Doing this reboots the system to the Windows Recovery Environment.
  4. Once the device finishes rebooting, select Troubleshoot > Advanced Options > Startup Repair.
  5. Follow the instruction prompts to finish the repair process.

Method 2: Using the Power Menu (GUI)

Note: This method applies to devices that can boot to the desktop or lock screen.

  1. Once you’ve booted your device, do either of the following:
    • If you are booting to desktop: Press the Windows Start Button > Power button, then hover your cursor over Restart.
    • If you are booting to lock screen: Press the Power button and hover your cursor over Restart.
  2. Hold down Shift and click Restart.
    • This will reboot the device to the Windows Recovery Environment (WinRE).
  3. Inside WinRE, click Troubleshoot > Advanced options > Startup Repair.
  4. Follow the instructions to finish the repair process.

Method 3: Using the Command Prompt

Note: This step doesn’t require devices to boot to the desktop, but access to Windows Recovery Environment is required.

  1. Boot into WinRE using the steps appropriate to your scenario:
    • From the Desktop: Hold down Shift and then click Restart inside the Power button.
    • Boot issues: WinRE automatically launches if your device consistently fails to boot 2-3 times.
    • From Settings: Go to Settings > Recovery > Advanced Startup > Restart now.
  2. Inside WinRE, select Troubleshoot > Advanced options > Command Prompt.
    • This step may require you to enter your recovery key.
    • To know your recovery key, sign in to your Microsoft Account.
    • Once logged in, click Devices.
    • Select the target device and press View BitLocker Keys.
  3. Execute the command start recoveryui.exe to launch Startup Repair.
  4. Wait for Startup Repair to finish.
  5. If Startup Repair fails to find the problem, enter the following commands in order:
    • bootrec /fixmbr – writes a new Master Boot Record to remove possibly corrupted MBRs or malware.
    • bootrec /fixboot – overwrites the existing boot sector by creating a new one.
    • bootrec /scanos – scans for Windows installations to include in the boot configuration.
    • bootrec /rebuildbcd – Adds the Windows installations detected by bootrect /scanos.
  6. The commands above manually perform low-level boot recovery tasks that Startup Repair does automatically.
  7. Once you’re done, exit the Command Prompt and restart your computer.

Method 4: Using PowerShell

Note: This method applies to users who can access their device’s WinRE or have an installation media in their possession.

  1. Access WinRE and then go to Troubleshoot > Advanced options > Command Prompt.
  2. Inside the Command Prompt, type powershell and hit Enter.
    • If PowerShell launches, then it’s available in the recovery environment.
    • If not, enter the path:
      X:\windows\system32\WindowsPowerShell\v1.0\powershell.exe.

      1. Change with your device’s proper PowerShell drive path (e.g., C:).
      2. To verify the PowerShell path, enter the command: dir /s /b powershell.exe using an elevated Command Prompt.
    • If PowerShell fails to launch using cmd, then it’s not included in the WinRE image, and you should proceed to another method.
  3. Once PowerShell launches, enter the command Start-Process -FilePath “C:\Windows\System32\Recovery\StartRep.exe” to manually open Startup Repair.
  4. Wait for the Startup Repair process to finish, then restart the computer afterward.

Method 5: Using an installation media

Note: This method is ideal for devices that can’t properly boot or access the Windows Recovery Environment.

  1. Create a bootable Windows 11 installation media using a USB or DVD.
  2. After creating an installation media, connect the USB or insert the DVD into the device.
  3. Set the USB or DVD as the primary boot drive using UEFI firmware settings.
    • The UEFI firmware settings can be opened by pressing the appropriate BIOS key during the BIOS startup screen.
  4. Once the computer boots to Windows Setup, press Next and choose Repair your computer.
  5. After, select Troubleshoot > Advanced options > Startup Repair.
  6. Follow the on-screen instructions to finish the repair process.

Considerations when using the Startup Repair tool in Windows 11

There are times when Startup Repair can’t instantly fix an issue you’re encountering, but that doesn’t mean it’s the wrong solution. Sometimes, this tool becomes the first step in resolving deeply-seated problems and can set the stage for more advanced recovery options.

Here are some considerations when using Startup Repair:

  • Multiple attempts. Startup Repair can quickly fix minor boot errors, but it can take multiple attempts for it to resolve complex issues. Additionally, the time it takes for the tool to finish will depend on your device’s specs, drive speed, and the severity of the issue it’s fixing.
  • Log files. Sometimes, Startup Repair faces a complex issue, such as heavily corrupted system files. In these cases, the tool may hang or fail altogether. If that happens, you can pinpoint the issue by reviewing the log files it creates at C:\Windows\System32\LogFiles\Srt\SrtTrail.txt.
  • Alternative Tools. If Startup Repair fails to solve the boot issue you’re facing, consider using other troubleshooting methods like System Restore and Safe Mode. Additionally, you can consider performing a factory or custom recovery using an external bootable recovery partition.

Use Startup Repair to automatically fix boot issues in Windows 11

Startup Repair is an incredibly important tool when it comes to solving boot-related issues without affecting personal data. By knowing the different ways to access and execute Startup Repair, users can effectively troubleshoot and restore system functionality under any situation.

Depending on a system’s state, you can access the Windows 11 Startup Repair via cmd, PowerShell, Settings app, power menu, or by using an installation media. Always remember to regularly backup your computer for easy recovery in case the Startup Repair process fails.

Quick-Start Guide

For Startup Repair specifically, users would typically:

  1. Access Windows’ built-in Startup Repair tool directly on the Windows 11 device
  2. Use Windows recovery options
  3. Potentially use custom scripts or troubleshooting tools within NinjaOne to address startup issues

FAQs

No, you don’t always need a USB drive. If Windows 11 can still access the Advanced Startup menu, you can launch Startup Repair through WinRE without external media. A Windows 11 installation USB is only required if your PC won’t boot into recovery on its own.

If Startup Repair is successful, your PC will restart and boot normally into Windows 11 without errors, boot loops, or blue screens. If the problem persists or you see a message saying Startup Repair couldn’t fix your PC, further troubleshooting is needed.

If Startup Repair doesn’t work, try:

  • Running bootrec commands (/fixmbr, /rebuildbcd) in Command Prompt
  • Using System Restore to revert to a previous restore point
  • Booting into Safe Mode to uninstall recent updates or drivers
  • Performing a Windows 11 reset as a last resort

No. Startup Repair fixes boot-related issues without affecting your files or apps. Resetting Windows 11 reinstalls the operating system and may remove apps and settings, depending on the option you choose.

Startup Repair typically takes 10 to 30 minutes. If it runs for over an hour, repeatedly restarts, or gets stuck in a repair loop, the issue may require advanced troubleshooting or manual repair steps.

You might also like

Ready to simplify the hardest parts of IT?