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 / Missing Wi-Fi Icon on Windows Sign-in (Lock) Screen

August 4, 2026

Missing Wi-Fi Icon on Windows Sign-in (Lock) Screen

By default, Windows displays a network status icon on both the Sign-in and Lock screens. This icon indicates whether the computer is connected to a network, whether the current connection has Internet access, and lets users connect to a Wi-Fi network or switch to a different wireless network before signing in.

In some cases, however, the network icon may be missing from the Windows Sign-in screen. In this article, we’ll examine the most common reasons why the network icon doesn’t appear and the methods you can use to restore it.

Wi-Fi network icon is not showing on the Windows lock and sign-in screens.

The most obvious reason for there being no network connection icon on the Windows sign-in screen is that no network adapter is detected on a computer, or the correct driver for the adapter is not installed

Sign in to Windows using a local account, open Device Manager, and verify the following:

  • A physical Ethernet or wireless adapter appears under Network adapters.
  • The network adapter is enabled.
  • There are no devices listed under Other devices or Unknown devices that indicate a missing network driver.

If necessary, download the latest network adapter driver from the hardware manufacturer’s website and install the driver manually.

Many laptops have an integrated wireless adapter that can be enabled or disabled using a keyboard shortcut. Depending on the manufacturer, these shortcuts can include Fn + F2 through Fn + F12 or another function key.

Check and enable the network adapters in the Device Manager

On some Dell laptops (and possibly other systems with integrated PCIe Wi-Fi adapters), you may also need to enable the Internal Port DMA Compatibility Mode option in the BIOS/UEFI settings (typically located under Virtualization Support). This setting provides compatibility for wireless adapters whose drivers do not fully comply with the DMA (Direct Memory Addressing) specification. If the option is disabled, the wireless adapter may remain unavailable until after a user signs in, causing the network icon to be missing from the Windows login screen.

Disable Internal Port DMA Compatibility Mode in BIOS/UEFI firmware to prevent network issues

Show or Hide the Network Icon on the Windows Sign-in Screen

By default, Windows is configured to always display the network status icon on the Windows sign-in and lock screens. Group Policy can be configured so that this icon is either hidden from users or always shown.

  1. Open the local Group Policy Editor ( gpedit.msc )
  2. Go to Computer Configuration -> Administrative Templates -> System -> Logon
  3. Enabling the Do not display network selection UI option will hide the network connection icon from the Sign-in screen. GPO option: Do not display network selection UI

This policy corresponds to the DontDisplayNetworkSelectionUI registry setting under HKLM\SOFTWARE\Policies\Microsoft\Windows\System . If its value is 1, the network icon on the login screen will be hidden. This registry option can be set using the command:

reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\System /v DontDisplayNetworkSelectionUI /t REG_DWORD /d 1 /f

DontDisplayNetworkSelectionUI registry option hides the network selection icon on the Windows sign-in and lock screen

To display the network icon on the Windows sign-in screen, set the registry value to 0 (Disabled).

Administrators can also use this policy to prevent users from switching between Wi-Fi networks.  This is especially effective when paired with a wireless network allow list because it ensures that client devices can only connect to approved Wi-Fi networks.

Missing Wi-Fi Icon on the Windows Sign-in Screen After Sleep

Another common cause of a missing Wi-Fi network icon on the Windows sign-in screen is an incompatibility between the network adapter driver and the system’s sleep mode. After resuming from sleep, Windows may not properly initialize the wireless network adapter, leaving it unusable and preventing the network connection from working until the computer is restarted.

This issue is most common on modern Windows laptops that use Modern Standby (S0 Low Power Idle), which is enabled by default. The wireless adapter may remain in a low-power state after resuming from sleep due to driver bugs or conflicts with the adapter’s power management settings.

To determine which sleep states are supported by your device, run

powercfg /a

If the output includes S0 Low Power Idle, the device is using Modern Standby (S0). This power model is known to cause Wi-Fi connectivity issues with certain hardware after the device wakes from sleep. It is better to use the traditional S3 Sleep mode because it typically causes fewer issues with network adapter disconnection when the computer resumes from sleep or hibernation.

To disable Modern Standby (S0) and enable the legacy S3 Sleep mode, run:

Windows 11, Windows 10 20H2 (or newer): reg add HKLM\System\CurrentControlSet\Control\Power /v PlatformAoAcOverride /t REG_DWORD /d 0 /f

Previous Windows versions: reg add HKLM\System\CurrentControlSet\Control\Power /v CsEnabled /t REG_DWORD /d 0 /f

Make sure that S3 sleep mode is enabled in the BIOS/UEFI settings.

Next, disable the power-saving feature in the network adapter settings using Device Manager.

  1. Open Device Manager (devmgmt.msc)
  2. Expand Network adapters and open the properties of the affected WLAN adapter.
  3. On the Power Management tab, clear the Allow the computer to turn off this device to save power checkbox.

Disabling this option prevents Windows from powering down the network adapter when the computer goes into sleep or resumes from a sleep state, which can help resolve intermittent Wi-Fi initialization issues.

Disable power saving feature in the network adapter settings - checkbox " Allow the computer to turn off this device to save power"

If your device doesn’t support disabling Modern Standby (S0), consider using hibernation instead of sleep:

powercfg /hibernate on

In some cases, disabling Fast Startup can also resolve WLAN initialization problems after startup or resume. You can disable the Fast Startup option via the Control Panel -> Power Options  (powercfg.cpl) by unchecking the Turn on fast startup option under Shutdown settings or by running the following command:

reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v HiberbootEnabled /t REG_DWORD /d 0 /f

Disabling Fast Startup forces Windows to perform a full system initialization at startup instead of using a hybrid boot, which can help eliminate driver initialization issues affecting wireless network adapters.

Disable fast startup in Windows

0 comment
0
Facebook Twitter Google + Pinterest
Questions and AnswersWindows 10Windows 11
previous post
Windows Installer Service Could Not Be Accessed? How to Fix It

Related Reading

How to Move (Migrate) Windows Shares to a...

February 26, 2026

SMB over QUIC: Mount File Share over Internet...

December 24, 2025

Security Warnings When Opening RDP Files in Windows...

April 20, 2026

Monitor Windows Log Files in Real Time with...

March 26, 2026

Stop Windows Server from Auto-Shutdown Every Hour

February 11, 2026

Automate Software and Settings Deployment with WinGet Configure...

November 20, 2025

Remove the Max Path Length Limit (260-Characters) on...

November 19, 2025

Updating UEFI Secure Boot Certificates on Windows Devices...

April 27, 2026

Leave a Comment Cancel Reply

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

Recent Posts

  • Windows Installer Service Could Not Be Accessed? How to Fix It

    July 28, 2026
  • Why Windows Reports No Internet Access: How Connectivity Detection Works

    July 26, 2026
  • Inactive TS Ports in Windows: Causes and Fixes

    July 20, 2026
  • Add Wireless Wi-Fi Profiles on Windows Devices via Export/Import or GPO

    July 13, 2026
  • CrowdSec on Windows: From Installation to Threat Blocking

    July 3, 2026
  • Manage Microsoft Store Apps with Store CLI in Windows 11 from Terminal

    July 2, 2026
  • Windows Sandbox on Windows 11: Enable, Configure, and Use

    June 10, 2026
  • How to Monitor Windows Machines with Zabbix

    May 26, 2026
  • Fixing Duplicate Security Identifier (SID) Issues in Windows

    May 25, 2026
  • Monitor a Folder for File Changes Using PowerShell and FileSystemWatcher

    May 15, 2026

Follow us

  • Facebook
  • Twitter
  • Youtube
  • Telegram
Popular Posts
  • Converting Windows 10 to Enterprise LTSC Without Losing Data
  • How to Remove ‘Some Settings are Managed by Your Organization’ on Windows 11 or 10
  • Remove the Max Path Length Limit (260-Characters) on Windows
  • Installing Windows without USB/DVD or Other External Drives
  • How to Pause (Delay) Update Installation on Windows 11 and 10
  • How to Fix Windows 11 Keyboard Language Switch Lag & Hotkey Issues
  • Configure Autostart and Boot Order for VMs on Proxmox
Footer Logo

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


Back To Top