Have you ever encountered a situation where after waking up your laptop or smartphone from sleep mode Wi-Fi connection is broken, and all downloads are interrupted? This is a typical problem caused by energy-saving settings in the operating system or router. In 80% of cases, it can be resolved in 5 minutes—without re-flashing the device or calling a technician.
The reason is that by default most devices disable wireless modules when switching to sleep mode to save battery life. However, for torrent clients, cloud syncing, or remote access, this creates serious inconvenience. In this article, we'll look at 7 proven methods Keep Wi-Fi active - from simple Windows settings to fine-tuning your router.
We will pay special attention to hidden parameters, which manufacturers often do not advertise. For example, in Windows 11 the path to the required settings has changed compared to the "ten", and on Android 14 New restrictions for background processes have appeared. We will also consider A unique case with ASUS routers, where the problem is solved by changing one parameter in the Merlin firmware.
Before you begin tweaking settings, make sure the problem is actually with sleep mode, and not an unstable signal. This can be easily verified: leave the device on for 10 minutes without entering sleep mode. If the Wi-Fi connection doesn't drop, then the power-saving features are to blame.
1. Setting up power options in Windows (method for laptops and PCs)
In operating systems Windows 10/11 Responsible for disabling Wi-Fi in sleep mode power planEven if you have never changed these settings, the system may limit the network adapter's operation by default.
To fix this:
- Open
Control Panel → Power Options(or search for "Choose a power plan"). - Click "Change plan settings" next to the active profile (usually "Balanced").
- Select "Change advanced power settings".
In the window that opens, find the section Wireless Network Adapter Settings → Power Saving ModeThere are two key parameters here:
- 🔋 From the battery - set the value to "Maximum performance"
- ⚡ From the network - also select "Maximum performance"
After applying the changes, restart your computer. If the problem persists, check the settings for your specific Wi-Fi adapter via device Manager.
Make sure your adapter driver is up to date|Disable "Allow the computer to turn off this device to save power"|Check for manufacturer-provided software (Intel PROSet, Killer Network Suite)-->
2. Hidden Wi-Fi adapter settings in Device Manager
Even after changing the power plan, some adapters (especially from Intel, Qualcomm Atheros or Killer Networking) may ignore global settings. In this case, you need to disable power saving directly in the device properties.
Instructions:
- Click
Win + Xand select "Device Manager". - Expand the "Network adapters" branch and find your Wi-Fi module (for example, Intel(R) Wi-Fi 6 AX200).
- Right-click → "Properties" → "Power Management" tab.
- Uncheck "Allow the computer to turn off this device to save power."
For adapters Killer Networking (often found in gaming laptops MSI, Alienware) additionally required:
- 🎮 Install proprietary software Killer Control Center from the official website
- 🔧 In the settings, disable the "Bandwidth Control" option for background apps
- 📊 Switch the network profile to "Maximum Performance"
3. Router setup: why it might "break" the connection
Few people know, but the problem may lie not in the client device, but in the device itself router. Many models (especially budget ones) TP-Link, D-Link or Tenda) have a function Wi-Fi Schedule or Power Save Mode, which forcibly disables the wireless network when there is no activity.
To check this:
- Go to the router's web interface (usually at
192.168.0.1or192.168.1.1). - Find the section
Wireless → Advanced Settings(or "Wireless → Advanced settings"). - Look for parameters like:
- 🕒
Wi-Fi Schedule- disable or delete all rules - 🔋
Power Save Mode— install inDisabled - ⏱
Inactivity Timeout- set the value0(never)
- 🕒
For routers ASUS with firmware Merlin there is a separate parameter:
Advanced Settings → Wireless → Professional → DTIM Interval
Set value 3 (by default it is often 1 or 2, which leads to frequent connection breaks).
4. macOS Features: Why Does My MacBook Drop Wi-Fi?
Owners MacBook (especially models M1/M2) often encounter a situation where after closing the lid (sleep mode), the Wi-Fi connection is lost, despite being connected to a power source. This is due to the aggressive power-saving policy. macOS Ventura/Monterey.
Solution for macOS:
- 🍎 Open
System Preferences → Battery - 🔌 In the "Power" section, disable the "Slightly dim the screen when running on battery" option.
- 🔄 In the "Energy Saver" section, uncheck "Automatic graphics switching" (for MacBook Pro)
- 📡 Complete in
Terminalcommand:sudo pmset -a tcpkeepalive 1(you will need to enter an administrator password)
For MacBooks with Apple Silicon chips (M1/M2) additionally check the settings in System Preferences → Network → Wi-Fi → Advanced. The parameter should be disabled here. "Disconnect from Wi-Fi when going to sleep".
What should I do if my MacBook doesn't connect to Wi-Fi automatically after sleep?
Reset network settings: System Preferences → Network → Select Wi-Fi → Press "–" to remove it. Then add the connection again. Resetting the SMC (for Intel Macs) or resetting the NVRAM settings (command) will also help. sudo nvram -c in the Terminal).
5. Android: How to prevent Wi-Fi from turning off in sleep mode
On smartphones and tablets Android The problem is complicated by the fact that manufacturers (especially Xiaomi, Samsung And Huawei) aggressively optimize background activity. Even if Wi-Fi is enabled in the settings, the system may block the connection to save battery life.
Universal method for all Android devices:
- Open
Settings → Wi-Fi - Click on the three dots in the upper right corner → "Additional features"
- Activate the option
Keep Wi-Fi on while you sleep(orAlways look for networks) - Select an option
"Always"(not "Only when connected to charging")
For devices Xiaomi/Redmi/POCO additionally:
- 🔋 Open
Settings → Battery & performance → Manage app battery consumption - 📱 Find applications that need to maintain a connection (for example, a torrent client) and set the mode for them
"No Limits" - ⚙️ In
Settings → Accessibility → App Permissionsturn onAutostartAndBackground activityfor the required programs
On Samsung Galaxy (One UI) another way:
Settings → Device Care → Battery → Settings- Turn it off
Adaptive BatteryAnd"Optimizing Application Performance" - Add the desired applications to the list
"Do not optimize"
6. Advanced Methods: PowerShell and ADB Commands
If the standard settings don't help, you'll have to use console commandsThese methods are suitable for advanced users and require administrator rights.
For Windows (disabling sleep for a network adapter via PowerShell):
powercfg /setacvalueindex SCHEME_CURRENT 19cbb8fa-5279-450e-9fac-8a3d5fedd0c1 12bbebe6-58d6-4636-95bb-3217ef867c1a 3
powercfg /setactive SCHEME_CURRENT
This command forces the wireless adapter to maximum performance.
For Android (via ADB):
- 📱 Connect your device to your PC and turn it on
USB debuggingin the developer settings - 🖥 Run the commands:
adb shell settings put global wifi_sleep_policy 2adb shell dumpsys deviceidle force-idle - 🔄 After this, reboot your device
For Linux (Ubuntu/Debian):
sudo iwconfig wlan0 power off
(replace wlan0 the name of your Wi-Fi interface, which can be found using the command iwconfig)
7. Alternative solutions: when nothing helps
If all the above methods do not work, consider alternative options:
1. Using an external Wi-Fi adapter
- 🖧 Connect a USB Wi-Fi adapter (for example, TP-Link TL-WN823N or ASUS USB-AC56)
- 🔧 In its settings, disable all power saving options
- ⚡ The internal adapter can be disabled in the BIOS or Device Manager
2. Setting up static IP and ARP binding
- Assign a static IP address to the device on the network through the router settings.
- Turn on
ARP Binding(MAC to IP binding) in the router control panel - This will prevent the router from "forgetting" the device while it's sleeping.
3. Switch to a wired connection (Power over Ethernet)
- 🔌 Use an adapter Power over Ethernet (PoE) for laptops
- 📶 Connect to your router via Ethernet cable (even if you're primarily using Wi-Fi)
- 🔄 In Windows settings, disable sleep for the Ethernet adapter
4. Proprietary utilities from manufacturers
| Manufacturer | Utility | What to configure |
|---|---|---|
| Intel | Intel PROSet/Wireless Software | Disable "Power Save Mode" in Advanced Settings |
| Qualcomm Atheros | Atheros Client Installation Program | Set "Throughput Enhancement" to Disabled |
| Broadcom | Broadcom Wireless Utility | Disable 802.11 Power Save Protocol |
| Killer Networking | Killer Control Center | Select the "Maximum Performance" profile |
Frequently Asked Questions
Why does Windows show "No Internet access" after sleep, even though Wi-Fi is connected?
This is a typical DHCP leasing issue. The router may have "forgotten" your device during sleep. Solutions:
- Assign a static IP in your router settings for your PC's MAC address.
- In the command line, run:
ipconfig /releaseipconfig /renew - Disable the option in your router
AP Isolation(if it is enabled)
My Android torrent client stops downloading after 5 minutes of sleep. How do I fix it?
The problem lies in Android's aggressive optimization. In addition to the basic Wi-Fi settings:
- Add your torrent client to battery optimization exceptions
- In the client settings, enable the "Ignore VPN restrictions" option (if any)
- Use the app Don't Kill My App! to monitor background processes
For Xiaomi additionally disable MIUI Optimization via ADB:
adb shell settings put global miui_optimization 0
Is it possible to keep Wi-Fi from turning off only for specific apps?
Yes, but the methods depend on the OS:
- Windows: Use
Control Panel → Firewall → Advanced Settingsto allow the application to pass through the firewall in any network profile - Android: In the battery settings, add the app to the exceptions (the names of the items differ: "Do not optimize", "Unlimited", etc.)
- macOS: IN
System Preferences → Energy Saveradd the app to the sleep exception list
On iOS There are no such options - the system itself manages the background operation of applications.
After updating Windows 11, my Wi-Fi started disconnecting more frequently. What should I do?
Microsoft has changed its power management algorithms in recent builds. Try this:
- Roll back your Wi-Fi adapter driver to a previous version
- IN
Local Group Policy Editor(gpedit.msc) go to:Computer Configuration → Administrative Templates → System → Power Management → Sleep SettingsDisable the option
"Allow wake timers" - Install the update KB5028254 (fixes bugs with network adapters)
If the problem persists, create a new power plan from scratch.
How can I check if it's the router or the device that's interrupting the connection?
Simple test:
- Connect another device (e.g. smartphone) to the same router
- Leave it in sleep mode for 10-15 minutes
- If Wi-Fi remains active on the second device, the problem is with the first device.
- If both have fallen off, the router is to blame (check the settings
Power Save ModeAndDTIM Interval)
It is also useful to look at the router logs (System Log in the web interface) for messages like "Station xxx left" or "Inactivity timeout".
⚠️ Attention: On some corporate laptops (eg. Dell Latitude or HP EliteBook) Power saving settings may be blocked by domain policies. In this case, local changes won't help—contact your IT department.
⚠️ Attention: If you use mesh system (For example, Google Nest Wi-Fi or TP-Link Deco), the problem may be with roaming between nodes. Disable this option in the mesh system settings."Client Steering"or"Band Steering".