How I Installed My Windows After It Said “No Windows Installed on Hard Drive”

Have you ever turned on your computer one day and suddenly got that scary message: “No Windows installed on hard drive” or “No bootable device found”? That happened to me recently after a failed update, and I honestly thought I had lost my system for good.

After trying every “repair” option that didn’t work, I decided to reinstall Windows manually using a USB flash drive. Surprisingly, it worked perfectly — and I learned a lot in the process. Here’s exactly how I did it step by step.

What You’ll Need

  • Another working laptop or PC
  • A USB flash drive (at least 8GB)
  • Internet connection
  • Windows ISO file (Windows 10 or 11)
  • Windows product key (optional — you can skip during install)

Step 1: Download the Windows ISO

You can download a clean and official Windows ISO file from:

Make sure you download the right version (Windows 10 or 11) that your PC supports.

Step 2: Prepare the USB Installer

  1. Plug your empty USB drive into the working computer.
  2. Go to rufus.ie and download Rufus.
  3. Open Rufus — it should detect your USB automatically.
  4. Under Boot selection, click SELECT and choose your downloaded Windows ISO.
  5. Set the following:
    • Partition scheme: GPT (for modern UEFI systems) or MBR (for older BIOS systems)
    • Target system: UEFI (for GPT) or BIOS (for MBR)
  6. Leave other settings as default and click START.
  7. Wait for Rufus to finish creating the bootable USB.

Step 3: Boot from the USB on the Broken PC

Insert your bootable USB into the computer that said “No Windows installed.” Then power it on and quickly press the boot menu key.

BrandBoot Menu KeyBIOS Key
HPF9Esc or F10
DellF12F2
LenovoF12F1 or Fn + F2
AcerF12Del
ASUSEsc or F8F2
ToshibaF12F2
MSIF11Del

If the computer doesn’t detect your USB:

  • Try a different USB port.
  • Recreate the USB with Rufus using MBR instead of GPT.
  • Disable Secure Boot in BIOS temporarily.

Step 4: Install Windows

  1. When setup loads, choose your language and click Install Now.
  2. Enter your product key or skip it (you can activate later).
  3. Select Custom: Install Windows only (advanced).
  4. Delete all old partitions on your main drive (careful — this erases everything).
  5. Select the unallocated space and click Next.

Windows will create the needed partitions automatically and begin installation.

Step 5: If Windows Installer Doesn’t Detect Your Drive

Open Command Prompt during installation:

Repair your computer → Troubleshoot → Command Prompt

diskpart
list disk
select disk 0        ← (replace 0 with your disk number)
clean
convert gpt          ← (or use convert mbr for legacy BIOS)
exit

Close Command Prompt and continue with installation — your disk should now appear.

Step 6: Finishing Up

  • Wait for setup to finish — it may restart several times.
  • Remove the USB after the first restart to avoid reinstall loop.
  • Follow on-screen setup for your region, name, and password.

Step 7: After Installation

  • Connect to the internet and run Windows Update for drivers.
  • If something doesn’t work (like Wi-Fi or sound), download drivers from your PC manufacturer’s site.
  • Activate Windows if you skipped earlier.

Common Errors and Fixes

ProblemCauseFix
“Windows can’t be installed to this disk (MBR/GPT error)”Wrong partition formatUse diskpart → clean → convert gpt (for UEFI)
No bootable device foundWrong boot orderSet USB or SSD as first boot in BIOS
Setup stuck on logoCorrupt ISORecreate USB or redownload ISO
Drive not showing upMissing driver or disconnected cableUse “Load Driver” option or check connection
Keeps restarting after installUSB still plugged inRemove USB after first restart

Step 8: Repair Boot Issues (Optional)

If Windows installs but won’t boot, open Command Prompt again and run:

bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
bcdboot C:\Windows

Frequently Asked Questions (FAQ)

Can I install Windows without a product key?

Yes, just skip it during setup. Windows will still install, but a small “Activate Windows” watermark will show until you activate it later.

2. Which version should I install — Windows 10 or 11?

If your PC is older than 2018, use Windows 10. Newer systems with TPM 2.0 can run Windows 11 smoothly.

3. My USB isn’t booting. What do I do?

Try another port, recreate the USB using Rufus, or disable Secure Boot temporarily.

4. It still says “No bootable device” after install.

Go to BIOS → Boot tab → set your SSD/HDD as the first boot device.

5. Can I use the same USB for multiple computers?

Yes, as long as it remains bootable, you can use it for several PCs.

6. Should I format the drive before installing?

If your old Windows is corrupted, yes. Use diskpart clean for a full reset.

7. Is GetIntoPC safe?

It works, but it’s not an official Microsoft source. Download from Microsoft if you want full updates and support.

Final Thoughts

That’s exactly how I reinstalled my Windows after seeing “No Windows installed on hard drive.” It took me some trial and error, but once I figured out the right steps, it was surprisingly easy.

If this guide helps you, feel free to share it — someone else might be stuck in the same situation!

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top