Installation Windows 11 without flash drive seems like an impossible task - especially if you're used to the standard bootable USB stick scenario. However, modern technology and little-known system functions make it possible to overcome this limitation. In this article we will look at 5 working methods, which are suitable for most laptops (Asus, Lenovo, HP, Acer etc.), including models with UEFI And Secure Boot. You will not need additional devices - just the laptop itself, a stable Internet connection (in some cases) and 10-15 GB of free disk space.
The main advantage of such methods is no risk of damaging the USB port or losing data on the flash drive due to incorrect formatting. The downside is that some methods require preliminary preparation (for example, having a second computer or partition on your hard drive). We will describe each stage in detail, indicate possible errors (such as 0x8007025D or INACCESSIBLE_BOOT_DEVICE) and give advice on how to avoid them. If your laptop does not support TPM 2.0 or has old firmware BIOS, at the end of the article you will find solutions for these cases.
1. Preparing a laptop for installing Windows 11 without a flash drive
Before you begin installation, there are a few critical steps you need to complete. If you skip them, you risk encountering errors at the system deployment stage or losing data.
Firstly, check your laptop's compatibility with Windows 11 through the utility PC Health Check from Microsoft. Even if the device does not pass the test TPM or Secure Boot, installation is possible - we will talk about this in the section about bypassing restrictions. Secondly, back up important files. Use cloud services (Google Drive, Yandex Disk) or external hard drive. Don't rely on the section D: - with some methods it may be formatted.
- 🔍 Check free space: on the system disk (
C:) must be at least 20 GB. For the virtual disk method (VHDX) will require an additional 10-15 GB. - 🔌 Connect your laptop to a power source. Interrupting the process due to a low battery will result in corrupted boot files.
- 📥 Download the official ISO image from the site Microsoft (section "Download Windows 11"). Avoid third-party sources - they may contain modified or infected files.
- 🛠️ Disable antivirus (For example, Kaspersky, Avast) during installation. They may block installer files.
⚠️ Attention: If your laptop hasBitLocker, definitely turn it off throughControl Panel → BitLocker Drive Encryption. Otherwise, after rebooting, the system will ask for a recovery key, which you may not have.
- From a flash drive
- From DVD
- Through the cloud
- Never installed it myself
2. Installing Windows 11 via virtual hard disk (VHDX)
This method is suitable for laptops with UEFI and allows you to install Windows 11 in parallel with the current system (or instead of it) without using a flash drive. The idea is to create a virtual disk on which the system will be installed, and then add it to the bootloader.
Advantages of the method:
- ✅ Does not require changes in
BIOS/UEFI. - ✅ Can be tested Windows 11 before full installation.
- ✅ Suitable for laptops with
Secure Boot.
Disadvantage - ISO image required and enough physical disk space.
Step by step instructions:
- Create a virtual disk:
Open
Command line as administratorand do:diskpartcreate vdisk file="C:\Win11.vhdx" maximum=50000 type=expandable
select vdisk file="C:\Win11.vhdx"
attach vdisk
create partition primary
format fs=ntfs quick
assign letter=W
exitHere
50000— disk size in megabytes (50 GB). You can specify a different volume, but not less than 25 GB. - Mount the ISO image:
Double click on the downloaded file
Windows11.iso→ select a virtual drive (for example,D:). - Copy the installation files:
Open
Command lineand do:xcopy D:\*.* W:\ /e /h /kWhere
D:is the letter of the mounted ISO, andW:- virtual disk. - Add an entry to the bootloader:
bcdboot W:\Windows
After rebooting in the boot menu (F9, F12 or Esc depending on the laptop model) select Windows 11 VHDX. The installation will begin in standard mode.
The Win11.vhdx file has been created on drive C:|
The virtual disk is assigned a letter (for example, W:)|
ISO image is mounted and available for copying|
The bootloader entry was added by bcdboot-->
⚠️ Attention: If the virtual disk does not appear in the boot menu after rebooting, check whether it is enabledSecure BootinBIOS. For some laptops (Dell Latitude, HP EliteBook) you may need to disable this option.
3. Installing Windows 11 via local network (PXE)
Method PXE boot allows you to install Windows 11 over the network from another computer acting as a server. This is an ideal option if you have a second PC or laptop, but no flash drive. The downside is that it requires network setup and knowledge of commands.
To implement you will need:
- 🖥️ Main computer (server) with attached ISO image Windows 11.
- 🌐 Router (router) or direct connection via
Ethernet. - 📡 PXE support in
BIOStarget laptop (check in sectionBoot Options).
Server setup (on the main computer):
- Install Windows Deployment Services (WDS):
On the server version Windows (or Windows 10/11 Pro with the role enabled) execute in
PowerShell (administrator):Install-WindowsFeature -Name WDS -IncludeManagementTools - Set up DHCP:
If not online DHCP servers, enable it on the router or configure it manually on the server PC.
- Add an image Windows 11:
B WDS import the ISO image via
Adding an installation image.
Booting a laptop over the network:
- Sign in
BIOSlaptop (usuallyF2,DelorEsc). - In the section
Bootturn onPXE BootorNetwork Bootand install it first in boot order. - Save the settings and reboot. The laptop should receive an IP address and begin booting over the network.
| Laptop model | BIOS entry key | Option for PXE |
|---|---|---|
| Lenovo ThinkPad | F1 or Enter + F1 |
Network → PXE Boot |
| HP Pavilion/EliteBook | F10 or Esc → F10 |
Boot Options → Legacy Network |
| Asus ZenBook/VivoBook | F2 or Del |
Boot → Network Stack → Enabled |
| Acer Aspire/Swift | F2 |
Boot → PXE ROM |
If the laptop does not see the PXE server, check that both devices are on the same subnet (for example, IP addresses 192.168.1.x). Also disable the firewall on the server PC.
4. Installing Windows 11 from a hard drive partition (without formatting)
If your laptop has a free partition (for example, D: or E:), you can use it to install Windows 11 without a flash drive and without losing data on the main disk. This method is suitable for laptops with MBR or GPT, but requires caution when working with partitions.
Important: The partition must be formatted in NTFS and have at least 25 GB of free space. If important files are stored on it, first transfer them to another medium.
Instructions:
- Mount the ISO image and copy all files to a free partition (for example,
D:\Win11). - Run the installation:
Go to folder
D:\Win11and runsetup.exe. SelectCustom installation. - Specify the partition for installation:
In the disk selection window, select not system partition (For example,
Disk 0 Partition 2). Don't format it in advance — the installer will do this automatically.
⚠️ Attention: If you specify the system partition (C:), the data will be lost! Also avoid sections labeledRecoveryorEFI- this will lead to system inoperability.
What to do if the installer does not see the partition?
If the partition does not appear in the list for installation, it most likely has a file system FAT32 or damaged. Solution:
1. Return to Windows and format the partition to NTFS through Disk management.
2. If the partition was hidden (for example, recovery), use diskpart:
list diskselect disk 0
list partition
select partition X (где X — номер вашего раздела)
delete partition override
create partition primary
format fs=ntfs quick
assign letter=D
3. Repeat copying files and launching setup.exe.
5. Bypass TPM 2.0 and Secure Boot requirements
Many laptops (especially those released before 2018) do not support TPM 2.0 or have outdated firmware BIOS, which is why the installer Windows 11 gives an error This PC can't run Windows 11. However, there are legal ways to get around this restriction.
Solutions:
- 🔧 Update
BIOS: Check on the laptop manufacturer's website (Lenovo, HP, Dell) availability of a new firmware version with supportTPM 2.0. - 📝 Editing the Registry: before launch
setup.execreate parameters to bypass the check. - 💻 Using a Modified ISO (for example, from Massgrave), where requirements are disabled.
Bypass through the registry (for installation from a partition or VHDX):
- Click
Win + R, enterregedit. - Follow the path:
HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig - Create two parameters
DWORD (32 bits):BypassTPMCheckwith meaning1.BypassSecureBootCheckwith meaning1.
setup.exe.Bypassing TPM 2.0 does not affect the stability of Windows 11, but it may limit receiving official updates in the future. For critical systems, it is recommended to upgrade the hardware or purchase a new laptop.
6. Installing Windows 11 via cloud recovery (Cloud Reset)
If your laptop is already running Windows 10 or Windows 11, but you want to perform a clean installation without a flash drive, use the function Cloud Reset (cloud reset). This method downloads a fresh copy of the system directly from the servers Microsoft.
Benefits:
- ✅ Does not require ISO image or additional devices.
- ✅ Saves the license (if it was activated previously).
- ✅ Suitable for laptops with
UEFIAndSecure Boot.
Disadvantage - stable internet connection required (minimum 4 GB of traffic).
Instructions:
- Open
Settings → System → Recovery. - Click
Restore your computer to its original state. - Select
Delete everything→Cloud reinstallation. - Confirm the action and wait for completion (it will take 1-2 hours depending on the Internet speed).
⚠️ Attention: After a cloud reset, all programs and settings will be deleted. However, files from foldersDocuments,ImagesAndDeskcan be saved by selecting the optionSave my files(but this does not guarantee 100% data safety).
FAQ: Frequently asked questions about installing Windows 11 without a flash drive
Is it possible to install Windows 11 on a laptop with BIOS (not UEFI)?
Yes, but with restrictions. For Legacy BIOS the method with virtual disk (VHDX) or installation from partition NTFS. However Secure Boot will not work, which may affect safety. Also, before installing, disable Secure Boot in settings BIOS (if there is one) and set the boot mode Legacy Support or CSM.
What should I do if I get error 0x80070057 when installing from VHDX?
This error is due to file corruption or incorrect virtual disk settings. Solutions:
- Check the integrity of the ISO image (compare the hash sum with the official one).
- Make sure that the virtual disk is created with the parameter
type=expandable(notfixed). - Repeat copying the files from the ISO using the command
robocopy D:\ W:\ /mirinstead ofxcopy.
How to activate Windows 11 after installation without a flash drive?
Activation does not depend on the installation method. If your laptop was previously licensed Windows 10/11 (for example, with a pre-installed system), it is automatically bound to the motherboard. After installation, the system is activated via the Internet. To check, run in Command line:
wmic path softwarelicensingservice get OA3xOriginalProductKey
If the key is not found, use slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX (where XXXXX is your key).
Is it possible to downgrade to Windows 10 if you don't like Windows 11?
Yes, but with conditions:
- If you installed Windows 11 in separate section (method with VHDX or disk partition), just delete it and repair bootloader Windows 10 command:
bootrec /fixmbrbootrec /fixboot
bootrec /rebuildbcd - If you did clean install instead of Windows 10, rollback is only possible through a backup copy (if it was created in advance).
Why doesn't my laptop see the VHDX virtual disk in the boot menu?
Causes and solutions:
Secure Bootincluded: disable it inBIOS.- Incorrect disk format: VHDX must be
expandable, notfixed. - Error in
BCD: repeat the commandbcdboot W:\Windows, whereW:— letter of the virtual disk. Fast Bootin BIOS: Disable fast boot in settings.