How to turn on your computer from your phone via Wi-Fi: Wake-on-LAN technology

Controlling home appliances is no longer a fantasy, but an everyday reality. Imagine this: you're in another room or even the office, but you urgently need to access files on your desktop computer. Instead of running to the system unit and pressing a physical button, you can simply pull out your smartphone. Wake-on-LAN (WoL) allows you to send special network packets that wake up a sleeping or turned off PC.

Implementing this feature requires proper configuration of both hardware and software. You won't need complex cables or additional adapters if your motherboard and network card support standard remote control protocols. Modern routers They often act as an intermediary, forwarding a magic packet from a mobile device to a target computer within a local network.

In this guide, we'll walk you through every step of the process, from BIOS setup to choosing a convenient smartphone app. You'll learn how to ensure a stable connection and avoid common mistakes beginners encounter when attempting remote startup for the first time. Local area network will become your remote control, and your phone will become a universal power button.

How does remote start technology work?

The method is based on sending the so-called Magic PacketThis is a special data frame that contains the MAC address of the target computer's network card. Even when the computer is turned off but connected to a power source, its network card continues to consume a minimal amount of power in standby mode. It is during this time that it "listens" in the airwaves for its unique identifier.

When a smartphone connected to the same Wi-Fi network sends this packet, the network card recognizes its address in the data stream. Once recognized, it sends a signal to the motherboard to supply full voltage to the system components. It's important to understand that the operating system hasn't yet launched at this point, so all commands are executed at the CPU level. hardware.

⚠️ Attention: The Wake-on-LAN feature only works on a local area network (LAN). Starting the computer over the internet (WAN) requires additional, complex configuration of port forwarding and a static IP address, which can create security vulnerabilities.

There are various power states in which a computer can wait for a command. The most common is S5 (Soft Off), when the system is powered off, but the power supply continues to supply standby voltage. Some motherboards even allow waking from deep sleep if the option is enabled in the BIOS.

Why is it called Magic Packet?

The magic packet was developed by AMD in 1995. It consists of six bytes of zeros (FF) followed by 16 repetitions of the target machine's 6-byte MAC address. This simple structure allows the network adapter to easily filter incoming traffic and respond only to its own address, ignoring other data on the network.

Setting up the BIOS/UEFI of the motherboard

The first and most important step is to enable this feature at the motherboard firmware level. Without this step, the network card will be completely de-energized when the computer is turned off, and it will have no power to wait for commands. You need to enter the BIOS or UEFI interface immediately after turning on the PC, typically by pressing the keys. Delete or F2.

Interfaces may vary from manufacturer to manufacturer, but the logic for finding the required parameters remains similar. Look for sections with the following names: Power Management, APM Configuration or AdvancedWithin these menus, you need to find the option responsible for waking on network. It may be called "Wake on LAN," "PME Event Wake Up," or "Power On By PCI-E."

After finding the desired item, put it into a state Enabled. It is also recommended to check the power saving settings. Function ErP or EuP (Energy-related Products) often limits power consumption in the off state to 1 W by default, which can block the network card from working in standby mode. If this option is present, it's best to disable it.Disabled) to ensure stable operation of WoL.

☑️ Check BIOS settings

Completed: 0 / 6

Don't forget to save your changes before exiting. Typically, you can do this by pressing F10After rebooting, the computer is ready for software configuration in the operating system. If the network card indicator doesn't light up after turning on the PC (when powered off), this means the BIOS settings weren't applied or the power supply isn't supplying standby voltage to the LAN port.

Configuring a network card in Windows

The operating system must also have permission to manage the network card's power. In Windows, this process is performed through the Device Manager. Press the following key combination: Win + X and select the appropriate item from the menu, or enter devmgmt.msc In the run prompt, find the "Network adapters" section and expand it.

Double-click on your wired network card (usually the name contains the words PCIe, Gigabit or Controller). Go to the "Power Management" tab. Here, it's crucial to check the boxes next to "Allow this device to turn off the computer" and, more importantly, "Allow this device to wake the computer."

Next, go to the "Advanced" tab. In the list of parameters, find the lines containing the words "Wake on Magic Packet," "Wake on pattern match," or Wake on LAN. Make sure their value is set to Enabled or IncludedIt's also worth checking the "Energy-Efficient Ethernet" setting—sometimes disabling it improves the stability of the wake-up function.

For proper operation, you will also need to know the MAC address of your network card. You can find it in the command line. Open the terminal (cmd) and enter the command:

ipconfig /all

Find your adapter and copy the "Physical Address" value. This is a 12-character string of numbers and letters that will uniquely identify your computer on the network. Write it down or save it in a note, as you'll need it to set up the app on your phone.

Selecting and setting up a smartphone app

To send magic packets from your phone, you'll need a special app. In stores Google Play And App Store There are many of them, and most are free. Popular options include "Wake On LAN," "Fing," or "Remote Switch." The interface may vary, but the setup principle is the same for all of them.

After installing the app, you'll need to create a new device profile. You'll need to enter the following information:

  • 📱 Name: any computer name (e.g., "Home PC").
  • 🔗 MAC Address: the same physical address that we looked at in Windows.
  • 🌐 IP Address: local address of the computer (for example, 192.168.1.50).
  • 🚪 Port: Typically the standard port 9 or 7 is used, but it is often okay to leave it at the default value.

Some advanced apps allow you to scan your network automatically. If your phone and computer are on the same Wi-Fi network, the scanning feature can automatically find active devices and offer to add them to the management list. This simplifies the process, eliminating the need to manually enter MAC addresses.

It's important to ensure your smartphone is connected to the same Wi-Fi network as your computer. If you're using mobile data (3G/4G/5G), the command won't reach your local network unless you've configured the complex internet forwarding described earlier. Therefore, test the feature at home first.

Router setup features

The router acts as a link between the phone and the computer. In most cases, standard DHCP and NAT settings are sufficient for operation within the local network. However, if you have a complex network infrastructure or use guest networks, obstacles may arise.

Make sure Wi-Fi client isolation (AP Isolation) isn't enabled on your router. This feature is designed for security in public areas and prevents devices connected to Wi-Fi from communicating with each other. If it's enabled, your phone simply won't see your computer. You can check this in the wireless network settings (Wireless or Wi-Fi Settings).

It's also worth paying attention to frequency bands. If your computer is connected via a cable to a LAN port, your phone only operates in the 5 GHz band, and the router separates the networks, make sure routing between subnets isn't blocked. For home routers ASUS, TP-Link or Keenetic This usually works out of the box, but enterprise solutions may have limitations.

Parameter Importance for WoL Where to check
Diet S5 (Soft Off) BIOS / UEFI
Network adapter Enabled Windows Device Manager
IP addressing Static IP (recommended) Router settings (DHCP)
Isolation of clients Disabled Wi-Fi router settings
📊 What kind of router do you have at home?
TP-Link
ASUS
Keenetic
Xiaomi
Provider

Troubleshooting and diagnostics

Even with proper configuration, glitches can still occur. One common cause is the fast boot time of Windows 10 and 11. The "Fast Startup" feature puts the computer into hybrid sleep mode, which Wake-on-LAN doesn't always handle correctly. To eliminate this issue, open "Control Panel" → "Power Options" → "Choose what the power buttons do" and uncheck "Turn on fast startup."

Another problem is dynamic IP address changes. If the router assigns a new address to the computer after a reboot, the phone app will send packets to the old address, wasted. The solution is to set up a static IP address in Windows itself or reserve an address in the router's DHCP server, binding it to the MAC address of the network card.

⚠️ Attention: Antiviruses and firewalls may block incoming WoL packets, considering them suspicious. If all else fails, try temporarily disabling the firewall to test this hypothesis.

It's also worth checking the physical connection. If the Ethernet cable is damaged or the router port is faulty, the LED on the network card may not be lit, and the card won't be able to receive power to listen to the network. Try replacing the patch cord or plugging it into a different LAN port.

Frequently Asked Questions (FAQ)

Is it possible to turn on a computer via Wi-Fi if it is connected with a cable?

Yes, that's how it works in most cases. The phone sends a signal via Wi-Fi to the router, and the router transmits it via a cable to the computer's network card. The main thing is that both devices are on the same local network.

Does Wake-on-LAN work if the computer is completely de-energized (unplugged)?

No, the technology doesn't work. The network card requires minimal power to listen to the network. If you turn off the power switch on the power supply or unplug the cable, the feature won't work.

Why does the computer turn on by itself at night?

This may be related to Windows maintenance timer settings or the network card's sensitivity to network interference. Try unchecking "Allow this device to turn off the computer" in Device Manager, leaving only the wake-up permission enabled, or update your network card drivers.

Can this feature be used on Mac?

Yes, macOS also supports Wake-on-LAN (called "Wake for network access"). This can be configured in the "Energy Saver" section of System Preferences. However, waking a Mac often requires it to be in sleep mode, not completely powered off.