What is best to fix a computer with windows 10 that will not start properly?

You sit down at your computer, push the power button just like you do every day, and...nothing happens. Maybe the computer doesn't turn on at all, maybe it powers up but shuts right down, or maybe all you get is a blue screen. There's nothing obviously wrong here, so why won't the computer just start? Here are some troubleshooting steps to take.


Give It More Power

What is best to fix a computer with windows 10 that will not start properly?

Whitson Gordon is a writer, gamer, and tech nerd who has been building PCs for 10 years. He eats potato chips with chopsticks so he doesn't get grease on his mechanical keyboard.

When trying to start your Windows 10 or Windows 11 PC, it might throw a black screen or an obscure error – Your PC did not start correctly. The worst part is that you get this error at the startup. Many users face the same error. Thankfully, there are ways to fix it.

What is best to fix a computer with windows 10 that will not start properly?

Restart Your Computer

When Windows displays this error, you’ll find two options on the screen: Restart and Advanced options. Some users report that restarting their computers resolved the problem. Click the Restart button and wait for your PC to come back on.

What is best to fix a computer with windows 10 that will not start properly?

If Windows still doesn’t boot into the sign-in screen, try the following troubleshooting methods.

Boot into Safe Mode

Booting into Safe Mode can eliminate issues preventing your Windows PC from starting correctly. When you get this error, shut down your PC, enter Safe Mode, boot your PC normally again and check if that resolves the problem. Refer to this comprehensive guide on booting into Safe Mode in Windows to learn how it’s down.

Run the Startup Repair Tool

Windows has a built-in tool for diagnosing and fixing problems preventing the operating system from booting correctly. The Startup Repair Tool is tucked inside the Advanced Startup Options menu.

  1. Click Advanced options on the blue screen displaying the error message.

What is best to fix a computer with windows 10 that will not start properly?

An alternate route to boot your PC to the Advanced options menu is through Settings > Update & Security > Recovery and click the Restart now button under the Advanced startup section.

What is best to fix a computer with windows 10 that will not start properly?

On some Windows 10 devices, you can access the Advanced Options menu by pressing the F11 key repeatedly as soon as you hit the power button. Restarting your PC three times in succession is another way to trigger the Automatic Startup options forcefully. Select Troubleshoot and select Advanced options to continue.

What is best to fix a computer with windows 10 that will not start properly?

  1. Select Startup Repair.

What is best to fix a computer with windows 10 that will not start properly?

The tool will immediately diagnose your computer and fix issues preventing Windows from booting correctly. The Startup Repair tool will also check your computer disk errors and attempt to fix them. This might take a couple of minutes or hours, so make sure your PC is plugged into a power source.

Run the System File Checker

Your PC may encounter difficulties loading Windows if there’s a problem with some system files. Use the System File Checker to repair or redownload missing and corrupt system files.

  1. Click Advanced options on the error screen.

What is best to fix a computer with windows 10 that will not start properly?

  1. Select Command Prompt.

What is best to fix a computer with windows 10 that will not start properly?

  1. Type or paste DISM.exe /Online /Cleanup-image /Restorehealth in the terminal and press Enter.

What is best to fix a computer with windows 10 that will not start properly?

The command will trigger the Deployment Image Servicing and Management (DISM) tool to scan and download the necessary system files required for your computer to boot properly.

  1. Next, paste sfc /scannow in the terminal and press Enter.

What is best to fix a computer with windows 10 that will not start properly?

This command scans your PC for missing or corrupt system files and replaces them with the stable copy downloaded by the DISM tool.

  1. Restart your computer when the scan is complete. Paste shutdown /r in the Command Prompt terminal and press Enter.

What is best to fix a computer with windows 10 that will not start properly?

Perform System Restore

As mentioned earlier, installing a buggy program can mess with your PC’s startup files and configurations. If you notice this error right after installing a driver or an app, roll back your computer to a previous state where things were working smoothly with the help of a Restore Point.

Windows automatically creates restore points once every week when System Protection is enabled on your computer. Windows also makes these points before critical system changes like driver installing a driver or Windows update. Follow the steps below to perform a system restore to fix this startup-related error.

  1. Select Advanced options on the error page.
  2. Select System Restore and click Next to proceed.

What is best to fix a computer with windows 10 that will not start properly?

  1. If you have multiple administrator accounts on your PC, you may be required to select an account you want to restore and enter the account’s password.
  2. Select the most recent restore point–ensure you check the “Date and Time” column. Or, select the restore point captured before you installed the problematic app/driver and click Next.

What is best to fix a computer with windows 10 that will not start properly?

  1. If you wish, click Scan for affected programs to view the apps that the System Restore tool will remove from your computer.
  2. Confirm your selection and click Finish to commence the system restore operation.

What is best to fix a computer with windows 10 that will not start properly?

Windows will move your PC back in time and, hopefully, eliminate the issue causing the “Your PC did not start correctly” error.

Note: After a system restore, Windows preserves your personal files but removes apps, drivers, and updates installed after the restore point was created.

Uninstall or Delete Recent Updates

Did you notice this error after installing a Windows Update? We recommend deleting the updates from your computer.

  1. Head to Settings > Updates & Security > Windows Update and select View update history.

What is best to fix a computer with windows 10 that will not start properly?

  1. Select Uninstall updates.

What is best to fix a computer with windows 10 that will not start properly?

  1. Select the update and click Uninstall to proceed. Make sure you check the “Installed On” column to confirm the installation date of the problematic update.

What is best to fix a computer with windows 10 that will not start properly?

Repair Windows Boot Configuration Data

The Boot Configuration Data (BCD) is a set of data used by Microsoft to boot your Windows computer. Your PC may fail to load Windows if the files that make up the BCD are corrupt or missing. Follow the steps below to rebuild your computer’s BCD.

  1. Click Advanced options on the error screen.

What is best to fix a computer with windows 10 that will not start properly?

  1. Select Command Prompt.

What is best to fix a computer with windows 10 that will not start properly?

  1. Type or paste bootrec /fixmbr in the terminal and press Enter. Proceed to the next step when you see the “The operation completed successfully.” message.

What is best to fix a computer with windows 10 that will not start properly?

  1. Type or paste bootrec /fixboot and press Enter.
  2. Type or paste bootrec /rebuildbcd and press Enter. These commands will scan your Windows installation and fix any issues it finds.

What is best to fix a computer with windows 10 that will not start properly?

  1. If the command identifies any Windows installation, type Y or A and press Enter to add the installation to your boot list.
  2. Finally, paste shutdown /r in the Command Prompt terminal and press Enter to restart your PC.

Reset Windows Master Boot Record (MBR)

The Master Boot Record (MBR) is a sector on the hard drive that points your PC to the location of the Windows OS. If the MBR gets damaged or corrupted, your computer will display messages like “Error loading operating system,” “Invalid partition table,” “Your PC did not start correctly,” etc.

Restoring the MBR to its factory configuration can fix this issue. Follow the steps below to get it done.

  1. Select Advanced options on the error page.
  2. Select Command Prompt.
  3. In the Command Prompt terminal, type or paste bootrec /fixmbr and press Enter.

What is best to fix a computer with windows 10 that will not start properly?

This command diagnoses and repairs corruption-related issues diagnosed in the Master Boot Record sector.

  1. Afterward, paste bootrec /fixBoot in the terminal and press Enter.

What is best to fix a computer with windows 10 that will not start properly?

This command will scan for damaged sectors in the MBR and fix them accordingly.

  1. Finally, paste bootrec /rebuildbcd in the console and press Enter.
    The command above will rebuild the Boot Configuration Data (BCD) store—a group of essential startup files.

Last Resort: Reset Your Computer

If Windows still won’t boot properly despite all your troubleshooting efforts, consider resetting your PC to the factory default. Windows will reinstall the OS, remove third-party apps, and revert all system settings to their defaults. Use this guide on factory resetting Windows 10 to learn more about this extreme step.

What are the 4 ways to fix Windows 10 startup?

Four of the top approaches for solving Windows 10 boot problems are launching the Startup Repair tool, repairing the Master Boot Record (MBR), scanning the system for corrupt or missing files, and running the Deployment Image Servicing and Management (DISM) tool.

What causes your PC did not start correctly?

A “Your PC did not start correctly” error on your screen indicates a problem with specific startup files and configurations. This complication could result from file system corruption, power outage, virus infection, or a buggy driver and software. You can easily resolve the error and stop it from happening again.