It feels counterintuitive that a modern OS like Windows 11 (2H25) wouldn't just "work" out of the box, especially for a standard machine like a Vostro. However, the disconnect usually isn't about the OS being "too old" for the drivers-it's actually a architectural choice by Intel and Dell regarding Intel VMD (Volume Management Device).
Here is why the installer is playing hide-and-seek with your drive:
1. The "Middleware" Problem (Intel VMD)
Starting around the 10th and 11th Gen, Intel introduced VMD. Think of it as a specialized layer that sits between the CPU and the NVMe storage.
- Standard Windows: Expects to talk directly to the SSD via AHCI.
- Dell Default: Routes the SSD through the Intel VMD controller (often labeled as "RAID On" in BIOS).
Because the VMD controller is a piece of hardware that acts as a gatekeeper, Windows 11 can see the controller, but it doesn't know how to "unlock" it to see the drive behind it without the specific Intel RST (Rapid Storage Technology) driver. Even the most recent versions of Windows 11 often ship without these specific enterprise-grade storage drivers pre-baked into the boot image to save space or avoid conflicts.
2. RAID vs. AHCI logic
Dell ships almost all Vostros and Latitudes with the BIOS set to RAID On by default.
- Windows 11 2H25 has excellent AHCI drivers.
- Windows 11 2H25 has generic NVMe drivers.
- It does not always have the proprietary Intel RAID/VMD driver needed to pass through that Dell-specific configuration.
If you go into your BIOS and switch SATA Operation to AHCI, Windows will almost certainly see the drive immediately because you've removed that "middleman" layer that requires the extra driver.
3. The "Clean Slate" Paradox
You mentioned you used a disk wipe utility. If that utility was a low-level tool (like DBAN or a specialized secure erase), it may have wiped the Partition Table entirely.
While Windows should see an uninitialized disk as "Unallocated Space," if the BIOS is looking for a specific handshake (VMD) and the drive is completely blank, the installer sometimes fails to "poll" the hardware correctly.
How to bypass this right now:
If you don't want to hunt for drivers, the "Silver Bullet" for Dell 10th Gen systems is:
- Boot to BIOS (F2).
- Find Storage > SATA Operation.
- Change it from RAID On to AHCI.
- Save and reboot into your installer.