There are various reasons why Windows does not start. The first assumption is a defect in the boot environment that prevents the system from starting. However, causes can also be a defective file system, defective system files, or a hardware problem.
Errors manifest themselves differently depending on the cause. If the screen remains completely black after you have switched on the PC or laptop, there is probably a hardware fault.
get windows 11 pro for cheap
Windows 11 Pro
![Windows 11 Pro](https://b2c-contenthub.com/wp-content/uploads/2022/05/Windows-Insider-search-bar.png)
If a logo or messages from the firmware appear but then nothing happens, the PC is obviously trying to start the system but cannot find an operating system.
If the boot loader or system files are faulty, the automatic repair will usually start. Windows then attempts to rectify the defect, but this is not always successful. However, the problem can be solved with a manual repair.
1. The phases of Windows startup
To find the error, first determine in which phase of the system startup it occurs. There are four phases in total:
1. When you switch on the computer, the firmware searches for a bootable drive. On current devices, this is the UEFI partition (Unified Extensible Firmware Interface) in which Windows has placed the boot manager during installation.
The partition is 100MB in size and formatted with the FAT32 file system. Devices from the Windows XP or 7 era have a bootstrap code in the MBR (Master Boot Record) of the hard drive. Windows 10 and 11 do not use a hard drive with an MBR partition by default, which is why we will not discuss this further in this article.
If an error occurs in this phase, you will see a message on a black background, for example “Boot failure,” “No bootable device found,” “Failed to load Windows Boot Manager,” or similar.
2. The UEFI firmware loads the Windows boot manager from the file “\EFI\Microsoft\Boot\bootmgfw.efi” from the UEFI partition. This reads the configuration from the file “\EFI\Microsoft\Boot\BCD” (Boot Configuration Data). This contains information on the Windows installation location (hard drive and partition) and a reference to the file “\Windows\system32\winload.efi.”
If errors occur in this phase, the automatic repair will start or you will receive a message on a blue background with further information or instructions.
3. Winload.efi is the system-loading program. It loads drivers and then the Windows kernel. During this phase, you will see the Windows logo signaling the start of the system.
4. The Windows kernel activates other drivers and services that are configured in the Windows registry. The kernel is the actual operating system and is responsible for managing hardware components, main memory, and resources. It hands over control to the session manager (Smss.exe).
Errors in phase 3 or 4 also lead to automatic repair or display a message on a blue background (“blue screen”).
![Automatic repair](https://b2c-contenthub.com/wp-content/uploads/2025/02/automatic-repair.jpg?quality=50&strip=all)
Windows starts the automatic repair function if there are start-up problems. However, this does not resolve all errors and repairs must be carried out manually.
Foundry
2. Check the firmware settings before repairs
You should first check whether the firmware has recognized the drive, whether the boot sequence is correct, and whether the Windows boot manager has a boot entry.
Carry out this check for errors in phase 1, but it is also at least informative for errors in other phases.
Depending on the computer, you can access the BIOS/firmware setup with keys such as Esc, F1, F2, F10, F12 or ENTF, which you press shortly after switching on. If the automatic repair starts but was unsuccessful, you can access the repair system by clicking on “Advanced options.”
For some errors, Windows also offers you to start the recovery environment via the F1 key. You can also access the firmware setup via “Troubleshooting > Advanced options > UEFI firmware settings.”
Every computer’s configuration interface looks different, and laptops usually do not offer many settings. Under a menu such as “Advanced,” for example, you will find settings such as “M.2 SSD Ports” (NVMe) and “SATA Ports.”
Make sure that the ports used are activated (“Enabled”). The firmware usually also lists the connected drives on the same page. If no drives are displayed, continue reading in point 6.
Check the boot sequence under a menu such as “Boot.” “Windows Boot Manager” should be in the first position. If this entry does not appear, the firmware has not found the EFI partition or the Windows boot manager.
The firmware of desktop PCs offers significantly more settings and is correspondingly confusing. The options for NVMe and SATA ports, for example, can be found under menus such as “Settings” or “Advanced.” Boot devices and boot options are usually displayed under a menu such as “Boot.” Make sure that all necessary ports for drives are activated and that “Windows Boot Manager” is in the first position in the boot sequence.
If the firmware displays the system drive and “Windows Boot Manager” is available as a boot option, the requirements for starting Windows have been met. In the next step (point 3), find out whether access to the file system is possible and whether the Windows boot files are available (point 4).
Further reading: Deep clean your Windows PC: 10 professional tricks and tools
![Bei Startproblemen prüfen Sie zuerst in den Firmware-Einstellungen, ob die Systemfestplatte erkannt wurde.](https://b2c-contenthub.com/wp-content/uploads/2025/01/02_Firmware_Sata.png?w=1200)
For Windows to be able to use a hard disk or SSD, it must first be recognized by the PC’s firmware. This can be checked in the firmware setup.
IDG
3. Examine the situation on the hard drive
As Windows no longer starts, you will need a secondary or repair system that you can use to access the hard drive. You can use the Windows installation system, which you boot from a USB stick.
It is not only used to install Windows, but also offers a minimal Windows (WinPE, Preinstallation Environment) that can be used for analysis and repairs. If you do not have a stick prepared in this way, you will need another PC to create it.
Download the Microsoft Media Creation Tool for Windows 10 or for Windows 11 or alternatively the ISO file for Windows 11 (under the heading “Download Windows 11 drive image (ISO) for x64 devices”). Then create the USB stick with Rufus. The Windows 11 system can also be used to repair Windows 10.
Further reading: 9 tweaks that turn off your Windows PC’s most annoying ads
Change the boot sequence in the firmware setup (see point 2) so that the system boots from the USB stick. When starting, the message “Press any key to boot from CD or DVD” appears. Press any key to activate the boot from the USB stick.
After starting, you will see a window with the title “Windows 11 Setup” or “Windows Setup” for Windows 10. Press the key combination Shift-F10 to open a command prompt. Type
c:
and then
dir
and confirm each time with the Enter key. Sometimes the system drive is given a different letter. In this case, try “D:” and “E:” instead of “C:”.
The dir command lists the files and directories. The typical folders “Program Files” and “Windows” should be visible on the system drive. If you receive an error message instead, access to the drive is not possible. For further analysis, continue reading in point 6.
Alternatively, enter notepad in the command prompt and confirm with the Enter key. Go to “File > Open” and select “All files” after “File type.” The “Open” dialog can now be used as a file manager and you can check the folders and their contents.
Important note: If you have encrypted the system partition with Bitlocker, you must use the recovery key that you saved during encryption. Without this key, the drive cannot be accessed. This applies to this point, but basically to all access to the installed system, which we describe in the following points.
To unlock the drive, use the following command in the command prompt
manage-bde -unlock C: -recoverypassword [recovery key]
Replace the placeholder “[recovery key]” with the value from the file with the saved key.
Further reading: 15 obscure Windows 11 tricks for PC power users
![Open dialog](https://b2c-contenthub.com/wp-content/uploads/2025/02/open-dialog.jpg?quality=50&strip=all)
Connectez-vous pour ajouter un commentaire
Autres messages de ce groupe
![Watch out: Amazon searches might soon push you off of Amazon entirely](https://www.cdn5.niftycent.com/a/D/2/o/9/B/a/watch-out-amazon-searches-might-soon-push-you-off-of-amazon-entirely.webp)
I’ve probably spent more time combing through Amazon listings than mo
![Netflix on the Apple TV app was a bug, not a feature](https://www.cdn5.niftycent.com/a/1/9/K/V/0/Y/netflix-on-the-apple-tv-app-was-a-bug-not-a-feature.webp)
Recently, many of us Apple TV users managed to do something miraculou
![Stop saving your email login in your password manager](https://www.cdn5.niftycent.com/a/e/a/a/A/b/j/stop-saving-your-email-login-in-your-password-manager.webp)
![Annke CPT500 security cam review: Built for business, but useful at home](https://www.cdn5.niftycent.com/a/1/q/6/z/P/7/annke-cpt500-security-cam-review-built-for-business-but-useful-at-home.webp)
![How long does data last on a USB flash drive? It’s complicated](https://www.cdn5.niftycent.com/a/1/p/6/P/W/9/how-long-does-data-last-on-a-usb-flash-drive-it-s-complicated.webp)
The lifespan of data on a USB flash drive depends on many factors: Un
![eMeet Piko+ 4K webcam review: Excellent 4K video for hundreds less](https://www.cdn5.niftycent.com/a/D/O/q/V/b/Z/emeet-piko-4k-webcam-review-excellent-4k-video-for-hundreds-less.webp)
![This Staples ergonomic chair is usually $300. Today, it’s $120](https://www.cdn5.niftycent.com/a/1/n/6/2/d/M/this-staples-ergonomic-chair-is-usually-300-today-it-s-120.webp)
If you’re like me and you can remember the distinct sounds of dial-up