Windows OS Hub
  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows 10
    • Windows Server 2025
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
    • Proxmox
  • PowerShell
  • Linux

 Windows OS Hub / Windows 11 / Fix: Windows 11 Installation Stuck at Windows Logo

November 5, 2025

Fix: Windows 11 Installation Stuck at Windows Logo

Occasionally, when installing Windows from a USB flash drive on different computers, I encounter an issue where the installation gets stuck at the Windows logo screen. Even though no errors are displayed, the Windows installation will not proceed past the Windows logo, no matter how long you wait or how many times you restart the computer. This article lists the most common reasons why your computer might get stuck during the Windows installation.

Win11 install stuck at logo

Solution 1.

Try reconnecting the installation stick to a different USB port. Windows setup often freezes during installation when a flash drive is connected to a USB 3.0 port. However, if you connect the flash drive to a USB 2.0 port, which usually has a black or white port color as opposed to a blue USB 3.0, the Windows installation will proceed successfully.

Solution 2.

Check the hard drive controller operating mode (switch from IDE to AHCI). If you are installing Windows on an SSD or NVMe drive, make sure that AHCI or NVMHCI mode is enabled for the disk controller in the BIOS (UEFI) settings instead of IDE mode.

Solution 3.

Before installing Windows, reset the BIOS/UEFI settings on the device to their defaults. As a rule, these are the safest settings for device operating modes and booting, tested and recommended by the vendor.

Solution 4.

Update your device’s BIOS (UEFI) firmware to the latest version available on your motherboard manufacturer’s website. Follow the instructions provided on the vendor’s website

Solution 5.

Test your device’s RAM: download the MemTest86 ISO image or a similar one, write it to a USB flash drive using Rufus, and run a RAM error check.

MemTest86 - RAM test

Solution 6.

If your computer has an external discrete GPU, remove it before installing the operating system. Check if the Windows installation will be successful with the integrated graphics card.

Solution 7.

Try using a different USB flash drive, a different Windows distro (verify the integrity of the used Windows installation ISO by checking its checksum to ensure that it is original), or try to install Windows over the network via PXE.

Solution 8.

You can copy the Windows installation files directly from the flash drive to your hard drive and then run Windows Setup from there. This scenario is described in the article Windows Setup Could Not Create a New Partition.

Solution 9.

On some older devices with BIOS (which don’t support modern UEFI), installing Windows on a disk partitioned with a GPT partition table may cause the installation to freeze. In this case, you need to convert the hard disk partition table to MBR and write the Windows image to a flash drive using the MBR partition scheme. When using Rufus to write a Windows image to a USB drive, choose MBR as the partition scheme and disable UEFI mode in the computer’s BIOS settings. Use BIOS or UEFI-CSM compatibility mode.

Rufus: Create a USB stick for MBR and BIOS (UEFI and CSM).

To convert the hard disk partition table to MBR (this will delete all data on it), boot from a USB stick. To open the command line at the Windows Setup screen, press Shift+F10. Run the command:

diskpart

List connected disks:

list disk

In this example, the computer has one local disk (Disk 0) with a GPT partition table. This is indicated by the asterisk (*) in the last column.

GPT partiton table

Select this disk:

select disk 1

Wipe the disk. This will delete all partitions, including all files on them (!!!!):

clean

Convert the disk partition table to MBR:

convert mbr

Checking the current partition table:

list disk

Close the diskpart session:

exit

diskpart - convert to mbr

You can now close the command prompt and proceed with the standard clean Windows installation

Windows cannot be installed on a disk with an MBR partition table if the computer is booted in the native UEFI mode.
0 comment
0
Facebook Twitter Google + Pinterest
Questions and AnswersWindows 10Windows 11
previous post
SMB over QUIC: Mount File Share over Internet without VPN on Windows Server 2025

Related Reading

Configuring RemoteApps Hosted on Windows 10/11 (without Windows...

January 25, 2025

Bridging Multiple Network Interfaces on Windows

November 21, 2024

Fix: Windows Update Tab (Button) is Missing from...

December 16, 2024

How to Prefer IPv4 over IPv6 in Windows...

April 15, 2025

Change BIOS from Legacy to UEFI without Reinstalling...

April 23, 2025

How to Detect Which User Installed or Removed...

June 25, 2025

Find a Process Causing High Disk Usage on...

July 16, 2025

Map a Network Drive over SSH (SSHFS) in...

May 13, 2025

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Recent Posts

  • SMB over QUIC: Mount File Share over Internet without VPN on Windows Server 2025

    November 4, 2025
  • How to Find a Previous Computer Name in Windows

    October 28, 2025
  • Stop Windows Server from Auto-Shutdown Every Hour

    October 22, 2025
  • How to Delete a Windows Service via CMD or PowerShell

    October 16, 2025
  • Resource Fair Sharing in Windows Server Remote Desktop Services (RDS)

    October 6, 2025
  • How to Disable (Enable) Credential Guard in Windows 11

    October 6, 2025
  • Wrong Network Profile on Windows Server after Reboot

    September 30, 2025
  • How to Get Windows 10 Extended Security Updates After End-Of-Life

    September 24, 2025
  • Blocking NTLM Connections on Windows 11 and Windows Server 2025

    September 23, 2025
  • Windows Stucks at ‘Getting Windows Ready, Don’t Turn Off Computer’

    September 15, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • Converting Windows 10 to Enterprise LTSC Without Losing Data
  • Permanently Disable Driver Signature Enforcement on Windows 11
  • How to Remove ‘Some Settings are Managed by Your Organization’ on Windows 11 or 10
  • Fix: Windows Update Tab (Button) is Missing from Settings
  • Fix: Your IT Administrator Has Limited Access to Virus & Threat Protection
  • How to Add or Reinstall the Microsoft PDF Printer on Windows
  • Fix: Multiple Connections to a Server or Shared Resources by the Same User
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top