Forum Discussion

Ariannawol's avatar
Ariannawol
Tin Contributor
Aug 18, 2026

How to install windows 11 on old hp laptop without usb?

The laptop (HP ProBook 430 G5) has worked fine for years, but I'm not sure if it meets the newer Windows 11 system requirements, and I want to avoid running into issues partway through the install.

  • Intel Core i3-7100U processor
  • 8GB RAM DDR4
  • 256GB SSD
  • Intel HD Graphics 620

How can I install windows 11 on old hp laptop without usb? This HP laptop is a few years old, so I imagine other people here have gone through this exact process on similar HP models. 

 

8 Replies

  • Gask's avatar
    Gask
    Steel Contributor

    Follow the guide in Windows 11 product page.

  • GregCoxx's avatar
    GregCoxx
    Tin Contributor

    If you want to install windows 11 on old hp laptop with usb. This is a well-known, fully native workaround that uses a Microsoft installer trick and doesn't require any third-party software . This method works for both an in-place upgrade from within Windows and a clean installation from a bootable installation drive.

    1. Prepare the Installation Media: Download the official Windows 11 ISO from Microsoft. You can mount it directly (by right-clicking and selecting "Mount") to use as a virtual drive , or you can create a bootable USB drive using standard Windows tools (without third-party bypass software).

    2. Run the Installer with a Special Command.

    3. Proceed with Installation: The installer will now run in "Server" mode, which bypasses the TPM 2.0, Secure Boot, and RAM checks . Follow the on-screen prompts to complete the installation.

    Before you install windows 11 on old hp laptop with USB, you must check your old HP laptop's CPU. For Windows 11 version 24H2 and later, the operating system requires the POPCNT CPU instruction set.

    • Why it's a problem: There is no known workaround for this requirement . If your CPU doesn't support it, Windows 11 24H2 simply will not boot .
    • What this means for you: CPUs that support this instruction set are generally from 2008 onward (Intel Nehalem and AMD K10 architectures) . If your HP laptop has an older CPU, like an Intel Core 2 Duo or an early AMD Athlon 64, you cannot install Windows 11 24H2 .
  • For those wondering How to install Windows 11 on old HP laptop without USB or any external storage media, this method offers the most straightforward solution. A simple PowerShell script automates the entire bypass process—no need to manually edit the registry, create a bootable drive, or use any third-party tools.

    It works by injecting a registry entry that instructs the Windows installer to ignore TPM 2.0 and CPU generation checks, then launches Microsoft’s official installation assistant.

    Steps:

    Open PowerShell as an administrator → Paste and run the following script:

    New-Item -Path “HKLM:\SYSTEM\Setup\MoSetup” -Force

    New-ItemProperty -Path “HKLM:\SYSTEM\Setup\MoSetup” -Name “AllowUpgradesWithUnsupportedTPMOrCPU” -Value 1 -PropertyType DWord -Force

    Start-Process https://go.microsoft.com/fwlink/?linkid=2171764 -Wait→

    The script will create a registry entry to bypass the restriction and download the Windows 11 Installation Assistant → Follow the on-screen prompts to complete the in-place upgrade. The entire process is performed within the Windows system, meaning no USB flash drive, no ISO image burning, and no BIOS settings changes are required. This is the solution to How to install Windows 11 on old HP laptop without USB—a fully automated, single-script solution.

    Key Points:

    • Fully automated; no manual registry editing required; no USB or external storage media needed; uses only built-in Windows tools.
    • PowerShell must be run with administrator privileges; the upgrade still depends on whether Microsoft’s servers are providing the installation assistant for download.

    For HP laptop users with older hardware and no spare USB drives, this PowerShell method eliminates all traditional obstacles, enabling a clean, in-place upgrade to Windows 11.

  • Zoedop's avatar
    Zoedop
    Copper Contributor

    The appraiserres.dll file is a crucial component of the Windows 11 installer. Its main job is to scan your computer's hardware and check if it meets Microsoft's official system requirements. The workaround is simple: you prevent the installer from performing this check.

    The Process:

    1. Download or Extract: Get the Windows 11 ISO file from Microsoft.
    2. Locate the File: Open the ISO and go to the sources folder .
    3. Remove or Replace: Find the appraiserres.dll file. You can either delete it or rename it .
    4. Create a Bootable USB: Use a tool to create a bootable Windows 11 USB from the modified ISO . Note: Rufus actually automates this entire process with a simple checkbox, but if you want the manual challenge, you can do the file editing yourself.
    5. Install: Boot your HP laptop from the modified USB and proceed with the installation .

     

    For your goal to install Windows 11 on old HP laptop with USB, this file modification remains a viable and challenging method for older versions of Windows 11. If you want to use it to install Windows 11 on old HP laptop with USB, be aware that it might no longer work with the newest 24H2 build.

  • FinneasHayes's avatar
    FinneasHayes
    Iron Contributor

    installing Windows 11 on an older laptop can be tricky when the hardware does not meet the standard requirements. Quick_Win11_Unattended offers a simpler way to handle the installation directly from the existing Windows system, which can be useful if you want to install Windows 11 on my older HP laptop without preparing a USB drive.

    How to use:

    1. Download the required Windows 11 files.
    2. Open the tool and choose the unattended installation options.
    3. Start the installation process from Windows.
    4. Follow the prompts and wait for Windows 11 to finish installing.

    Disadvantages:

    • Older hardware may still have compatibility issues.
    • Some installation settings may require extra attention.

    With this method, install Windows 11 on my older HP laptop can be done without using a USB installation drive.

    Note:

    • Back up important files before starting.
    • Make sure the laptop has enough storage space.
  • EmmettBrooks's avatar
    EmmettBrooks
    Iron Contributor

    Installing Windows on an older computer may require adjusting the installation process when the hardware does not fully meet the usual requirements. This is why some users look for ways to install Windows 11 on my older HP laptop.

    MediaCreationTool.bat can be used to prepare Windows installation media and access additional setup options. For example, after downloading the script, open Command Prompt as administrator and run:

    MediaCreationTool.bat

    Then select the required Windows version and follow the prompts. For users who want to install Windows 11 on my older HP laptop, this can provide another way to prepare the installation.

  • Smanthanp's avatar
    Smanthanp
    Copper Contributor

    To install windows 11 on old HP laptop with usb. This method is the most technical and requires no third-party software at all. It uses a built-in workaround that Microsoft has effectively left in place.

    1. Download the Windows 11 ISO: Go to Microsoft's official website and download the Windows 11 ISO file that matches your current system language.

    2. Mount the ISO: Right-click the downloaded ISO file and select "Mount." This will create a virtual DVD drive in your File Explorer. Take note of the drive letter (e.g., D:).

    3. Run the Command: Open Command Prompt as an administrator. You can do this by searching for cmd in the Start menu, right-clicking it, and selecting "Run as administrator."

    4. Navigate to the Sources Folder: In the Command Prompt, type the following command, replacing D: with the drive letter of your mounted ISO, and press Enter. Then type cd sources and press Enter.

    cmd

    D:

    cd sources

    5. Start install Windows 11 on old HP laptop with USB: Run the final command to begin the upgrade:

    cmd

    setupprep.exe /product server

    6. Proceed with the Installation: The setup will say it is for Windows Server, but this is a trick to bypass the hardware checks. Follow the on-screen instructions and ensure you select "Keep personal files and apps" to perform an in-place upgrade.

  • HenryPark's avatar
    HenryPark
    Iron Contributor

    Upgrade Using the Windows 11 ISO + Registry Bypass is a method that allows you to install Windows 11 on older hardware without creating a USB drive. It is best suited for users with unsupported CPUs who want to upgrade directly from Windows 10. As a practical solution for How to install Windows 11 on old HP laptop without USB, this approach mounts the ISO directly and uses a registry modification to bypass TPM 2.0 and CPU checks.

    How to Install Windows 11 on Old HP Laptop Without USB

    Step 1: Download the Windows 11 ISO File

    • Go to the official Microsoft Windows 11 download page.
    • Under Download Windows 11 disk image, select Windows 11.
    • Select your language, then click Download.
    • Save the ISO file to your Downloads folder.

    Step 2: Mount the ISO File

    • Navigate to your Downloads folder.
    • Double-click the Windows 11 ISO file. It will automatically mount as a virtual DVD drive.

    Step 3: Apply the Registry Workaround

    • Press the Windows key + R, type regedit, and then press Enter.
    • Navigate to:

    HKEY_LOCAL_MACHINE\SYSTEM\Setup\MoSetup

    • In the right pane, right-click → New → DWORD Value
    • Name it:

    AllowUpgradesWithUnsupportedTPMOrCPU

    • Double-click the entry and set the value to 1.
    • Click OK and close the Registry Editor.

    Step 4: Run the Windows 11 Setup Program

    • Open File Explorer → Go to This PC
    • Double-click the mounted Windows 11 ISO file
    • Double-click setup.exe to begin the installation.
    • When the system asks, Do you want to download updates now?, select Download later.
    • Select Keep personal files and apps to preserve your data.
    • Click Next. The installer will check for compatibility and issue warnings about unsupported hardware. Click Accept to continue.

    The installation begins.

    • Do not shut down your computer—it will restart several times.
    • Finally, complete the Windows 11 installation
    • Once the installation is complete, sign in with your Microsoft account or create a local account
    • Follow the on-screen prompts to complete your privacy settings.

    This way, you don't need to use a USB flash drive. The registry workaround is the key step that makes it possible to install Windows 11 on an older HP laptop without a USB drive—otherwise, the device would fail the compatibility check.