Installing the operating system from a phone instead of traditional media (DVD or USB drive) seems like an unusual task, but in 2026 it is quite possible. If you donโ€™t have a bootable flash drive or optical disk at hand, and the computer does not recognize external drives, Android smartphone may be a temporary solution. This method is especially relevant for owners of ultrabooks without a DVD drive or users whose only USB port is occupied by a keyboard/mouse.

The process of installing Windows 10 via phone requires preparation: from formatting the partition on the device to setting up the BIOS and using special utilities. In this guide, we will look at two main methods - through DriveDroid (for root access) and WoMic (without root), and also consider the nuances of working with different versions of Android and hardware. Important: the method is not universal - some devices may have limitations due to data transfer protocols or manufacturer locks.

Before you begin, check whether your PC is compliant Minimum requirements for Windows 10. If your computer was manufactured before 2015, you may need to update the BIOS or use Legacy boot mode. Also note that the installation speed via the phone will be lower than with USB 3.0 - this is normal.

๐Ÿ“Š Which method of installing Windows have you tried before?
From a flash drive
From a DVD
Via network (PXE)
From another hard drive
Never installed it myself

1. Preparing your phone: what you need to do before installation

Before turning your smartphone into bootable media, you need to complete several critical steps. Main problem โ€”Most Android devices by default do not support the mode USB Mass Storagethat is required to emulate a bootable flash drive. This can be solved either by obtaining root access, or by using alternative protocols (for example, WoMic).

List of required preparations:

  • ๐Ÿ“ฑ Check the Android version: the method works on Android 5.0+, but on new versions (12+) additional ones may be required resolution.
  • ๐Ÿ”Œ USB cable: use an original cable with support OTG (or adapter). Cheap Chinese cables often do not transfer data correctly.
  • ๐Ÿ”‹ Battery charge: the phone must be charged at least 60%. The Windows installation process may take 1-2 hours, and draining while writing data will result in failure.
  • ๐Ÿ“ Free space: The phone must have at least 8 GB of free space (for Windows 10 image + temporary files).

If your phone not rooted, skip steps with DriveDroid and go straight to the section about WoMic. Advanced options are available for owners of devices with root access, including emulating an ISO image directly. Also note that some manufacturers (for example, Huawei or Xiaomi) block OTG modes in their shells - in this case, you will need to disable power saving for USB connections in the developer settings.

๐Ÿ’ก

If you have a phone with a USB-C connector, and only USB-A ports on your PC, use a high-quality adapter that can cause data transfer errors, especially when working with large Windows image files.

2. Method 1: Installation via DriveDroid (root access required)

DriveDroid is an application that allows you to emulate a USB drive or CD-ROM directly from your phone. It supports downloading ISO images, including Windows, Linux distributions and utilities like Hirenโ€™s BootCD. The main advantage is that you do not need to extract the image to a separate flash drive. However, there are also disadvantages: the application requires root access and may not work on phones with a locked bootloader (for example, Samsung Knox).

Step-by-step guide:

  1. Install DriveDroid from Google Play (or with APKMirrorif the application is uninstalled in your region).
  2. Download the Windows 10 image format .iso (the official image can be obtained from the Microsoft website via Media Creation Tool).
  3. Open DriveDroid and provide root access (the application will request superuser rights via Magisk or SuperSU).
  4. Select image: click + โ†’ Add image from file and specify the path to the downloaded ISO.
  5. Set up the mode: in the image menu, select USB Mass Storage (for BIOS) or CD-ROM (for UEFI).
  6. Connect the phone to the PC via OTG cable and reboot the computer in Boot Menu (usually key F12, Esc or Del).

If after connecting the phone is not detected as a boot device:

  • ๐Ÿ”„ Try switching the mode in DriveDroid to Read-only (sometimes it helps with errors mount).
  • ๐Ÿ”ง In the phone settings, disable USB debugging (sometimes it conflicts with drive emulation).
  • ๐Ÿ“ฑ Reboot the phone and reconnect - some Android kernels reset USB connection after the first mount.

The Windows image has been added to DriveDroid|The phone is connected via an OTG cable|The BIOS has Legacy/UEFI mode enabled (depending on the image)|The phone has enough battery power|root access have been granted without errors-->

3 Method 2: Installation via WoMic (without. root access)

WoMic (Wireless Mouse & Keyboard) is a utility that was originally created to control a PC from a phone, but it can be adapted to install Windows. The method works without root, but requires network connection (Wi-Fi or Ethernet) and preliminary configuration on another working computer. The point is that the phone acts as PXE server, distributing the image over the network.

Action algorithm:

  1. Download WoMic on the phone and install server part on any working PC (you can even use a virtual machine).
  2. Prepare a Windows image:
    • Mount ISO via Daemon Tools or PowerISO.
    • Copy all files from the image to a folder on your hard drive (for example, C:\Win10Install).
  3. Set up WoMic:
    • In the application settings, enable PXE Server.
    • Specify the path to the folder with Windows files (C:\Win10Install).
    • Start the server and remember the IP address (will be displayed in the interface).
  • Connect the target PC:
    • Enter the BIOS and enable network boot (Network Boot or PXE).
    • When booting, select the network adapter and enter the phone's IP address (if will be required).

    The advantage of this method is that there is no need for root access and a physical connection of the phone to the PC. However, there are also disadvantages:

    • โšก The installation speed depends on the network: with weak Wi-Fi, the process can take hours.
    • ๐Ÿ”Œ A second computer is required for the initial setup (you canโ€™t do everything with just one). phone).
    • ๐Ÿ› ๏ธ Not all motherboards support PXE boot, especially on older laptops.
    What to do if PXE boot does not work?

    If the target PC does not see the network bootloader, check:

    1. Is DHCP enabled in the router (or assign a static IP manually).

    2. Disable the firewall on your phone and PC - it can block WoMic traffic.

    3. Try connecting your phone and PC directly via cable (if the router blocks multicast packets).

    4. Update the firmware of the network card on the target PC (relevant for older models).

    4. Setting up the BIOS/UEFI to boot from the phone

    Even if you have properly prepared the phone, the computer will not be able to boot from it if the appropriate options are not enabled in the BIOS. Main problem โ€”many modern motherboards disable booting from USB devices or network adapters by default. Below is a table with typical settings for different BIOS manufacturers:

    BIOS manufacturer Option to enable Recommended value Notes
    AMI BIOS USB Storage Emulation Enabled May be called Legacy USB Support
    Award BIOS USB Mass Storage Device Configuration Auto or Enabled Sometimes hidden in the section Integrated Peripherals
    Phoenix BIOS USB Boot Enabled May require disabling Secure Boot
    UEFI (ASUS, Gigabyte) Launch CSM Enabled Required for loading in Legacy mode
    Lenovo BIOS USB BIOS Support Enabled On some models it is called USB 3.0 Support

    If you are using WoMic (network installation), additionally check:

    • ๐ŸŒ Is it enabled Network Stack in the BIOS (usually in the section Advanced โ†’ IPV4/IPV6 Support).
    • ๐Ÿ”— Whether Fast Boot is disabled - it may interfere with PXE initialization.
    • ๐Ÿ”’ If used Secure Boot, you need to disable it or add the WoMic certificate to the list trusted.
    ๐Ÿ’ก

    On laptops HP and Dell latest models, you may need to disable the option USB PowerShare in the BIOS - it limits the power supply to the USB ports, which is why the phone is not detected as a drive.

    5. Windows 10 installation process: step-by-step guide

    When the phone is connected and the BIOS is configured, you can begin the installation. The process is almost the same as the standard one, but there are several nuances associated with the slow data transfer speed. If the installation freezes at the "Preparing files" stage, do not interrupt the process - when using the phone as a drive, it can take up to 10-15. minutes.

    Actions after downloading from the phone:

    1. Select language and region:
      • Specify Russian (or other language) and time format.
      • Click Next โ†’ Install.
    2. Activation (if you have a key):
      • If you have a license key, enter it. If not, click I do not have a product key (activation can be done later).
    3. Selecting a Windows version:
      • Select Windows 10 Pro or Home depending on your license.
      • Accept the license terms.
    4. Installation type:
      • Select Custom: Windows installation only (not Update!).
  • Disk partition:
    • Delete all existing partitions (if you need a clean installation) and create new ones.
    • For UEFI systems, be sure to create EFI partition (100โ€“500 MB, format FAT32).

    After you start copying files do not disconnect it. phone and do not block its screen - this may interrupt the data transfer. If the installation freezes at the stage Getting ready longer than 20 minutes, check:

    • ๐Ÿ”Œ USB cable quality (try another one).
    • ๐Ÿ“ถ Wi-Fi stability (for WoMic).
    • ๐Ÿ”‹ Phone charge (if it is discharged below 30%, it may fail).
    ๐Ÿ’ก

    If the installation is interrupted with an error 0x8007025D, this may mean that the Windows image is damaged. Try downloading the ISO again or checking the checksum (MD5) of the file.

    6. Possible errors and their solutions

    Installing Windows from a phone is fraught with specific errors that are rarely encountered when using traditional media. Below. - the most common problems and ways to fix them.

    Error 1: The phone is not detected as a boot device

    • ๐Ÿ”Œ Check the OTG cable - some cheap adapters do not support data transfer, only charging.
    • ๐Ÿ“ฑ Reboot the phone and reconnect it to the PC (sometimes resetting the USB connection helps).
    • ๐Ÿ”ง In DriveDroid try changing the mode from USB Mass Storage to CD-ROM (or vice versa).

    Error 2: Stuck on the Windows logo (spinning points)

    • โšก Disable Fast Boot in the BIOS - it may conflict with the slow reading speed from the phone.
    • ๐Ÿ–ฅ๏ธ Check the boot mode: for Legacy BIOS you need an MBR partition, for UEFI โ€” GPT.
    • ๐Ÿ”„ Recreate the boot image in Rufus with the parameter DD-mode (if you are using a hybrid ISO).

    Error 3: Error 0x80070057 when copying files

    • ๐Ÿ“ Check the integrity of the ISO image (download again from the official Microsoft website).
    • ๐Ÿ”„ Try a different installation method (for example, if you used DriveDroid, try WoMic).
    • ๐Ÿ› ๏ธ Disable the antivirus on the target PC (if installation is over an existing one system).
    What to do if after installation Windows does not see the hard drive?

    This problem often occurs if the BIOS mode is enabled RAID or Optane MemorySolution:

    1. SATA on AHCI in the BIOS.

    2. If the disk is new, initialize it via Disk Management (Win + X โ†’ Disk Management).

    3. For NVMe drives, you may need to update the drivers manually (download them from the motherboard manufacturerโ€™s website). boards).

    7. Activating Windows 10 after installation

    After successful installation, the last step remains - activating the system. If you have a license key, there will be no problems, but what to do if you donโ€™t have it? In 2026, Microsoft continues to allow activation of Windows 10 without a key for users who updated from Windows 7/8.1 (the so-called "digital license"). There are also legal ways to get a key at a discount or for free.

    Activation options:

    • ๐Ÿ”‘ Use a Windows key. 7/8: if you have previously activated an older version on the same PC, the system will automatically link the license to the equipment.
    • ๐ŸŽ“ Student license: through the app Microsoft Imagine (available for students of some universities).
    • ๐Ÿ’ผ Corporate license: if you work in a company with a subscription Microsoft 365, you can use a worker account.
    • ๐Ÿ›’ Buy a key at a discount: on sites like Kinguin or G2A they often sell OEM keys cheaper than the official price.

    To check the activation status:

    1. Open Settings โ†’ Update and security โ†’ Activation.
    2. If the status is Not activated, click Troubleshooting โ€”the system will try find a digital license.
    3. To manually enter the key, use the command in CMD (as administrator):
      slmgr /ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

      (replace X to your key).

    ๐Ÿ’ก

    If you installed Windows 10 on a virtual machine (for example, via VirtualBox), activation is not required - for test purposes, the system works without restrictions for 90 days.

    FAQ: Frequently asked questions about installing Windows 10 from Android

    โ“ Is it possible to install Windows 10 from a phone without root access?

    Yes, but only through WoMic (network method). For DriveDroid root is required, since the application needs low-level access to the Android USB stack.

    โ“ Why is the phone not recognized as a boot device in the BIOS?

    There are several reasons:

    • The OTG cable does not support data transfer (try another one).
    • Disabled in the BIOS Legacy USB Support or USB Boot.
    • The phone is not in mode USB Mass Storage (in DriveDroid).
    • The USB port on the PC is damaged (try another port, preferably USB 2.0).

    โ“ How long does it take to install Windows 10 from a phone?

    On average - 1.5โ€“3 hours, depending on:

    • USB port speed (USB 2.0 vs USB 3.0).
    • Phone performance (data transfer is ongoing on weak devices slower).
    • Installation method (network via WoMic may be slower due to Wi-Fi).

    For comparison: with a USB 3.0 flash drive, installation takes 20-40 minutes.

    โ“ Can this method be used to install Windows 11?

    Technically yes, but there are nuances:

    • Windows 11 requires Secure Boot i TPM 2.0which may conflict with downloading from the phone.
    • Official Windows images 11 do not always work correctly with DriveDroid โ€”it is better to use modified assemblies (for example, from Massgrave).
    • Network installation via WoMic works more stable, but slower.

    โ“ What to do if after installation there are no drivers for Wi-Fi or sound?

    This is a typical problem with a clean installation. Solutions:

    • Download the drivers in advance on another PC and transfer them to the phone, and then to the installed Windows.
    • Use utilities like DriverPack Solution or Snappy Driver Installer (but be careful with "package" solutions - they can install unnecessary software).
    • For laptops, download drivers from the manufacturer's official website (for example, Lenovo Support or Dell Drivers).

    ๐Ÿ’ก

    If after installation Windows does not see the second hard drive, open Disk Management (Win + X โ†’ Disk Management) and initialize it manually. Often the drive simply does not have a letter or is not formatted.

    โš ๏ธ Attention: On phones with Android 12+ and kernel Linux 5.4+ problems may arise with emulation of a USB drive due to changes in the subsystem USB Gadget. If DriveDroid does not work, try rolling back to an older version of the application (for example, 0.10.36) or use alternative methods.

    โš ๏ธ Attention: Some antiviruses (for example, Kaspersky Internet Security) may block network data transfer during installation via WoMic. Temporarily disable protection or add the phone's IP address to exceptions.