How to Fix Windows Error: "Total Identified Windows Installations: 0"
Save your unbootable PC without losing data. Discover the safest visual alternative to complex CMD codes by using a helpful tool to rebuild your master boot record and restore your operating system.
There are few computer errors more terrifying than the Blue Screen of Death. When your Windows 10 or Windows 11 computer suddenly boots into failure, some users know to open the Advanced Recovery Command Prompt to run a boot repair.
You confidently type the standard repair command, hit Enter, and wait for the system to find your OS. Instead, the terminal spits out a chilling message: "Total identified Windows installations: 0"
If Windows identifies zero installations, does that mean your entire C: drive was wiped?
Actually, your data is completely safe. Your Windows operating system has not been deleted. The issue lies within a tiny, hidden file called the BCD, Boot Configuration Data. When this file becomes corrupted, the repair tools simply become "blind" and cannot see the OS that is sitting right in front of them.
In this guide, we will walk you through exactly how to restore the "sight" of your recovery tools, rebuild your boot sector, and get your PC running normally again.
Fixing the "Bootrec ScanOS Total Identified Windows Installations 0" Error
If you ran the bootrec /scanos command and Windows found 0 installations, it usually means the BCD store exists, but it is corrupted. To fix this, we must completely hide the old, broken BCD file so the system is forced to build a brand new one from scratch.
Part 1: Backup and Rename the Corrupted BCD
Step 1. Boot your computer into the Windows Recovery Environment (WinRE) and open Command Prompt. First, we will back up the old BCD just in case. Type the following command and press Enter:
bcdedit /export c:\bcdbackup
Step 2. Next, we need to locate the hidden boot file. Type the following command to remove the hidden, read-only, and system attributes from the BCD file. Press Enter:
attrib c:\boot\bcd -h -r -s
Step 3. Now, we will rename the corrupted file to "bcd.old" so the system ignores it. Type this command and press Enter:
ren c:\boot\bcd bcd.old
Part 2: Run Bootrec Exe RebuildBcd Total Identified Windows Installations 0 Fix
Now that the corrupted file is out of the way, the system is free to scan the hard drive with a fresh set of eyes.
Step 1. Type the following command and press Enter: bootrec /rebuildbcd
Step 2. This time, the system will process the command and should reply with: "Total identified Windows installations: 1." It will ask: "Add installation to boot list? Yes (Y) / No (N) / All (A)"
Step 3. Type Y and press Enter.
You should see "The operation completed successfully." Type exit, restart your PC, and Windows will load.
Try Advanced Fix for Total Identified Windows Installations 0 Windows 11 (UEFI)
The method above works flawlessly for older legacy BIOS systems. However, if you are running a modern PC with Windows 11 (or a modern Windows 10 installation), your computer uses UEFI Boot Mode and a GPT partition style.
In UEFI mode, the boot files are not stored on the C: drive. They are hidden inside a special EFI System Partition (FAT32). If you get the 0 installations error on Windows 11, you must use a specific diskpart trick to repair the EFI partition directly.
Step 1. In the Recovery Command Prompt, type diskpart and press Enter. Type list volume and press Enter.
Step 2. Look at the list and find the volume that is formatted in FAT32 (usually around 100MB in size). Note its volume number (e.g., Volume 3).
Step 3. Type select volume 3 (replace 3 with your FAT32 volume number) and press Enter.
Step 4. We must assign it a temporary drive letter to access it. Type assign letter=v: and press Enter.
Step 5. Type exit and press Enter to leave diskpart. Now, we will format the corrupted EFI partition and rebuild the boot files. Type the following command and press Enter:
format v: /FS:FAT32
Step 6. Finally, copy fresh boot files from your Windows directory into the EFI partition by typing this command and pressing Enter:
bcdboot c:\windows /s v: /f UEFI
Step 7. Type exit, reboot your computer, and your modern Windows 11 PC will spring back to life.
Method 3: Fix "Total Identified Windows Installations 0" via AOMEI Rebuild MBR
For the average user, typing bcdboot c:\windows /s v: /f UEFI into a black terminal is incredibly stressful. One incorrect keystroke can format the wrong drive, permanently deleting your personal files.
If you want to rescue your unbootable PC without typing a single line of code, you need a professional, visual disk management tool. AOMEI Partition Software is the absolute safest way to fix the "total identified Windows installations 0" error.
By using a friend or family member's working PC, you can create an AOMEI Bootable USB. When you boot your broken PC from this USB, you can repair the boot sector visually in a single click.

- Advanced Partition Management: Go beyond basic disk tools with more flexible partition operations. Resize, move, split, merge, and align partitions with greater flexibility.
- OS Migration & Disk Cloning: Migrate Windows OS to SSD or HDD without reinstalling, or clone entire disks and partitions for seamless system upgrades.
- Flexible Disk Converter: Convert disks between MBR and GPT without deleting partitions, switch between basic and dynamic disks, and convert NTFS and FAT32 file systems.
- Smart Space Allocation: Allocate free space directly from one partition to another and extend system drives without creating unallocated space.
- Partition Recovery & Dynamic Disk Support: Recover lost or deleted partitions and manage dynamic volumes with advanced disk management tools.
Part 1. Create the Emergency USB
Step 1. On a working Windows computer, plug in an empty USB flash drive. Download, install, and open AOMEI Partition Software.
Step 2. In the top menu, click Tools and select Make Bootable Media.
Step 3. Follow the wizard to burn the WinPE environment to your USB drive.
Part 2. Rebuild the MBR / Boot Sector
Step 1. Unplug the USB and insert it into your broken, unbootable PC. Turn the PC on and rapidly tap the F12, F10, or DEL key to enter your BIOS. Change the boot order so the PC boots from the USB drive.
Step 2. The AOMEI interface will load on your screen, completely bypassing the broken Windows OS. Locate your primary system hard drive in the visual list.
Step 3. Right-click the system disk and select Rebuild MBR. In AOMEI, this tool repairs the master boot code for both MBR and GPT disks.
Step 4. A pop-up will ask you to select your operating system type (e.g., Windows 10/11). Select it and click OK. Click Apply in the top left corner, then click Proceed.
The software will automatically inject the correct boot configuration files into your hard drive behind the scenes. Remove the USB, restart your PC, and Windows will boot normally.
Conclusion
Encountering the "Total identified Windows installations: 0" error is enough to give any PC user a heart attack. But once you understand that your files are safe and your Windows OS is simply "hiding" due to a corrupted boot file, the panic fades.
For advanced users comfortable with the command line, backing up the corrupted BCD file and running a fresh bootrec command will easily restore older systems, while utilizing the diskpart FAT32 trick is perfect for modern Windows 11 machines. However, if you want to eliminate the risk of command-line typos and rescue your PC effortlessly, creating a bootable USB via AOMEI Partition Software is the ultimate solution. Its Rebuild MBR feature handles all the complex code for you, guaranteeing a safe, rapid return to your Windows desktop
FAQs
Q: Did the "0 installations" error mean my hard drive is physically dead?
A: No. If the Command Prompt can open and execute the bootrec command, your hard drive is physically spinning and functioning. The error is strictly a logical software glitch involving a corrupted or hidden BCD file.
Q: What causes the BCD (Boot Configuration Data) to become corrupted?
A: Boot files are incredibly delicate. They can become corrupted if your computer suddenly loses power during a Windows Update, if you abruptly pull the plug from the wall, or if a severe malware infection targets the system sector.
Q: Will rebuilding the boot sector delete my personal files?
A: Absolutely not. Rebuilding the boot sector (whether through CMD or AOMEI Partition Software) only rewrites the tiny directory file that tells the motherboard how to load Windows. Your personal documents, photos, and downloaded games remain entirely untouched on the main data partition.
AOMEI Partition Software
Advanced and comprehensive partition manager, disk converter, and PC optimizer for Windows 11/10/8.1/8/7.
Windows 11/10/8.1/8/7
Learn more