hello i have a problem when i have two disks in my computer with windows 10 one SSD and one MK2 SSD. i can boot from both without any problems but now i have windows twice on my computer unnecessarily. i would like to know if i reinstall windows on one of the disks if it would be possible to delete windows from the second disk during the reinstallation. if anyone knows the answer it would be very helpful
📎 AI Summary:
The thread’s main topic is how to get rid of an “extra” Windows 10 installation when a PC has two drives that can each boot, and whether reinstalling on one disk allows deleting Windows on the other during/after setup. The main advice is to reinstall on the desired drive while disconnecting the other drive for safety (so the installer can’t write boot/EFI files there), then reconnect and wipe the unwanted installation; answers also note you can delete partitions from the installer or use Disk Management/DiskPart if needed. Overall sentiment is helpful and reassuring, with later posts shifting briefly to driver-install concerns—especially making audio work after a clean install.
The thread’s main topic is how to get rid of an “extra” Windows 10 installation when a PC has two drives that can each boot, and whether reinstalling on one disk allows deleting Windows on the other during/after setup. The main advice is to reinstall on the desired drive while disconnecting the other drive for safety (so the installer can’t write boot/EFI files there), then reconnect and wipe the unwanted installation; answers also note you can delete partitions from the installer or use Disk Management/DiskPart if needed. Overall sentiment is helpful and reassuring, with later posts shifting briefly to driver-install concerns—especially making audio work after a clean install.
- Joined
- Mar 14, 2023
- Messages
- 114,237
Hi RyanXD — yes, you can reinstall Windows on one disk and remove the other Windows installation. There are two safe ways to do it; the safest is to disconnect the other drive while you reinstall so the installer can’t accidentally use or modify the wrong disk’s boot files. Below are clear steps, warnings, and alternative methods.
Before you start (must-do)
Alternative — do it from the installer (more risk)
Before you start (must-do)
- Back up any personal files from both drives (Pictures, Documents, saved games, product keys, etc..
- Make a Windows 10 installation USB (Media Creation Tool) and confirm you can boot from it.
- Note which physical disk is which (brand/size). You can identify them later in Disk Management.
- Shut down the PC and unplug power.
- Physically disconnect the SATA (or NVMe) cable and power cable for the disk that you plan to erase later (the disk that currently has the unwanted Windows).
- Boot from your Windows 10 USB installer.
- Choose Custom install. Select the target disk (the one left connected), delete its Windows partitions if you want a clean layout, create a new partition and install Windows there.
- The installer will create the necessary EFI/System partitions on the disk you left attached.
- When installation finishes, shut down and reconnect the other disk.
- Boot into your newly installed Windows. If it doesn’t boot automatically, enter BIOS/UEFI and ensure the correct disk is first in the boot order.
- In Windows, open Disk Management (press Windows+R, type diskmgmt.msc). Identify the other disk, right‑click its partitions and Delete Volume for each partition, then create a new simple volume and format it (or use Disk Management to reclaim the space).
- If Disk Management won’t delete some system/EFI partitions, use DiskPart (below).
- Optional cleanup: remove old boot entries if Windows shows multiple entries (msconfig -> Boot tab or use
bcdedit).
Alternative — do it from the installer (more risk)
- Boot installer with both drives connected.
- In Custom install, carefully identify the disk you want to reinstall to (use size/manufacturer info).
- Delete partitions on the disk you are reinstalling to, install Windows there.
- During or after install you can delete the partitions on the other disk from the installer (Advanced -> Delete) or later from Disk Management.
Warning: If the installer finds an existing EFI/boot partition on the other disk it might use it for boot files. That can leave you with a broken boot if you later remove that disk. This method works but is riskier unless you are certain which drive holds the system/EFI partition.
- Open an elevated Command Prompt (right-click Start -> Windows Terminal (Admin) or cmd.exe Run as administrator) and use:
- list disk
- select disk X (replace X with the disk number you want to wipe — be 100% sure)
- clean (this removes every partition and data on that disk)
- create partition primary
- format fs=ntfs quick
- assign
- exit
Important:cleanwill irreversibly wipe the selected disk. Double-check the disk number withlist diskand the sizes.
- If you later see two Windows boot entries, you can remove the unused one:
- Run msconfig -> Boot tab -> select the unwanted entry -> Delete.
- Or use
bcdeditcarefully (I can give exact commands if you pastebcdedit /enumoutput).
- Activation: If your PC had a digital license linked to the motherboard or Microsoft account, Windows 10 should reactivate automatically after reinstall.
- UEFI vs Legacy: If your PC uses UEFI, the installer uses EFI system partitions. Disconnecting the other disk avoids cross-contamination of EFI partitions.
- If you prefer, tell me:
- Which disk number (from Disk Management) is the one you want to keep and which to remove (or tell me sizes/labels),
- Whether your firmware shows UEFI or Legacy/CSM,
and I’ll give exact step-by-step commands to delete only the unwanted Windows safely.
datawizard0103
Fantastic Member
- Joined
- Feb 14, 2024
- Messages
- 238
Hey, yes you can definitely do that. When you reinstall Windows on one disk, during the setup you’ll see all your drives listed and you can select the second disk and delete its existing Windows partitions. Just make sure you don’t touch the drive you want to keep. After that the installer will create fresh partitions on your main disk and you’ll have only one Windows installation. Backup anything important from the second disk first because deleting partitions will erase all data on it.hello i have a problem when i have two disks in my computer with windows 10 one SSD and one MK2 SSD. i can boot from both without any problems but now i have windows twice on my computer unnecessarily. i would like to know if i reinstall windows on one of the disks if it would be possible to delete windows from the second disk during the reinstallation. if anyone knows the answer it would be very helpful
Adler144
Well-Known Member
- Joined
- May 10, 2026
- Messages
- 47
Install a new Windows it's sounds a big deal but if you follow the steps as we explain you can have it done in a few hours or an entire day. I don't know how to proceed with drivers because no matter what you have it done the audio driver is the most difficult to install properly.
- Joined
- Mar 14, 2023
- Messages
- 114,237
[ChatGPT at 2026-05-10 11:53 UTC]: Hi Adler144 — good point. A clean Windows install can take a few hours, but drivers are usually manageable if you install them in the right order.
For Windows 10, I’d recommend this approach after reinstalling:
For RyanXD’s case, the safest plan is still: disconnect the disk that should not be touched, install Windows on the intended disk, then reconnect and wipe the old Windows drive afterward. That avoids Windows placing boot files on the wrong drive.
For Windows 10, I’d recommend this approach after reinstalling:
Driver install order after Windows setup
- Connect to the internet
- Run Windows Update first:
- Open
Settings - Go to
Update & Security - Click
Windows Update - Click
Check for updates
- Open
- Install all available updates, including optional driver updates if offered.
- Restart the PC.
- Install the chipset/motherboard drivers from the PC or motherboard manufacturer’s website.
- Install the graphics driver:
- NVIDIA, AMD, or Intel depending on the system.
- Install network/Wi-Fi/Bluetooth drivers if Windows did not already detect them.
- Install the audio driver last, preferably from the motherboard/laptop manufacturer, not from random driver websites.
About audio drivers
You’re right that audio can sometimes be the most annoying one, especially with Realtek audio. If sound does not work after reinstalling Windows:- Open
Device Manager. - Expand
Sound, video and game controllers. - Look for Realtek, Intel Display Audio, NVIDIA/AMD HDMI audio, or any device with a warning icon.
- Right-click the device and choose
Update driver. - If that fails, download the audio driver directly from the manufacturer’s support page for the exact model.
Best preparation before reinstalling
Before wiping anything, download these to a USB stick:- Network/LAN/Wi-Fi driver.
- Chipset driver.
- Audio driver.
- Graphics driver.
- Storage/NVMe driver if the system needs one.
For RyanXD’s case, the safest plan is still: disconnect the disk that should not be touched, install Windows on the intended disk, then reconnect and wipe the old Windows drive afterward. That avoids Windows placing boot files on the wrong drive.
- Joined
- Mar 14, 2023
- Messages
- 114,237
[ChatGPT at 2026-05-10 11:56 UTC]: You’re welcome, Adler144. I think you mean Realtek audio — that is the most common onboard audio driver on many desktop motherboards and laptops.
For Realtek audio, the best way is usually:
If audio still does not work after installing Realtek:
For Realtek audio, the best way is usually:
- Find the exact PC model or motherboard model.
- Go to the manufacturer’s support page.
- Download the Audio / Realtek Audio Driver for Windows 10.
- Install it.
- Restart the computer.
- Check sound output in:
SettingsSystemSoundOutput device
If audio still does not work after installing Realtek:
- Open
Device Manager. - Expand
Sound, video and game controllers. - Check if Realtek Audio, High Definition Audio Device, or any yellow warning icon appears.
- Right-click the audio device and choose
Uninstall device. - Restart Windows.
- Install the manufacturer’s Realtek driver again.