How to Factory Reset a Wi-Fi Router: 5 Proven Methods

Resetting your router to factory settings is a necessary procedure if you have forgotten your password. Wi-Fi, are experiencing network instability, or are planning to hand over your device to a new owner. However, an improper reset can lead to additional problems, from losing internet access to bricking the device. In this article, we'll cover all the current reset methods, from the classic one. hard reset through the button to advanced methods through Telnet or TFTP, and we will also explain how to avoid typical mistakes.

It is important to understand that after the reset the router will return to its out-of-the-box state: network name (SSID) and the password will become standard (usually indicated on the device sticker), and all personal settings will be from ports NAT to the guest Wi-Fi — will be lost. If you're unsure of your router's model, check the back panel: the web interface login information is often listed there (e.g., 192.168.0.1 or 192.168.1.1).

📊 Which method for resetting the router have you tried?
Via the Reset button
Via the web interface
Via a mobile app
Never reset
Another way

1. Reset via the Reset button: a universal method for all models

The most reliable and universal way to reset your router to factory settings is to use the physical button. Reset (sometimes referred to as WPS/Reset). This method works even if you've forgotten your admin panel password or your router is frozen and unresponsive.

Algorithm of actions:

  • 🔌 Turn off the power Turn off the router for 10-15 seconds, then plug it back in. Wait until it boots up completely (the indicators should be steady).
  • 📍 Find the button Reset — it's usually recessed into the housing to prevent accidental pressing. To access it, you'll need a paperclip, toothpick, or the special tool included in the kit.
  • ⏱️ Press and hold the button for 10-15 seconds (for some models ASUS And Netgear (You need to hold it for up to 30 seconds). The indicators should flash or go out - this is a signal of a successful reset.
  • 🔄 Wait 1-2 minutes for the router to reboot. After that, the network Wi-Fi will appear with a standard name (for example, TP-Link_XXXX).

⚠️ Attention: On some routers (for example, Keenetic series Giga) short press on Reset causes a reboot, not a reset. To activate hard reset, hold the button until the indicator flashes Internet (usually 15–20 seconds).

☑️ Preparing for a reset via Reset

Completed: 0 / 4

2. Reset via the web interface: if the router is working stably

If you have access to your router's admin panel, resetting it via the web interface is the safest and most controlled method. This method is suitable for most modern models: TP-Link Archer, ASUS RT-AX, Zyxel Keenetic, MikroTik and others.

Instructions:

  1. Connect to the router via cable (LAN) or through Wi-Fi (if the network is available).
  2. Open your browser and type Router IP address in the address bar. Standard options:
    • 192.168.0.1 (TP-Link, D-Link)
    • 192.168.1.1 (ASUS, Netgear)
    • 192.168.8.1 (Huawei)
    • my.keenetic.net (Keenetic)
  • Enter your login and password (by default it is often admin/admin or admin/empty).
  • Go to the reset section. The path may vary:
    • TP-Link: Advanced settings → System tools → Factory settings
    • ASUS: Administration → Recovery/Download/Update → Restore
    • Keenetic: General settings → System management → Reset settings
    • Confirm the action. The router will reboot automatically.

    ⚠️ Attention: On routers MikroTik (For example, hEX RB750Gr3) A reset via the web interface may not completely restore the configuration to factory settings. For a full reset, use the command in Terminal:

    /system reset-configuration no-defaults=yes

    What should I do if the web interface doesn't open?

    If the admin panel page doesn't load, check:

    1. Connection via cable (Wi-Fi may be disabled).

    2. The IP address is correct (check it using the command ipconfig in Windows or ifconfig (in macOS/Linux).

    3. Disable VPN or proxy in your browser.

    4. Try a different browser (for example, Firefox instead of Chrome) or clear your cache.

    3. Reset via a mobile app: convenient, but not always reliable

    Router manufacturers are increasingly offering mobile apps for device management: TP-Link Tether, ASUS Router, Keenetic and others. Resetting via the app is convenient if you don't want to search for an IP address or connect via cable, but it doesn't work on all models.

    How to reset settings via the app:

    • 📱 Install the official app for your router model (available in App Store or Google Play).
    • 🔗 Connect to the router's network via Wi-Fi (if the network is not available, use a cable + adapter USB-LAN for smartphone).
    • 🔧 In the app menu, find the "Settings" → "Reset" or "Restore" section. For example, in TP-Link Tether This Advanced → Utilities → Factory Reset.
    • ✅ Confirm the action. The router will reboot, and you will be disconnected from the network.

    🔍 Important: Applications often do not support older router models. For example, ASUS Router works only with devices based on firmware Asuswrt-Merlin or new versions AsuswrtIf your model was released before 2018, check compatibility on the manufacturer's website.

    4. Reset via Telnet/SSH: for advanced users

    If the web interface is not available and the button Reset It doesn't work, you can reset the settings via Telnet or SSHThis method requires knowledge of commands and is suitable for routers based on OpenWRT, DD-WRT or advanced models ASUS/Netgear.

    Step-by-step instructions:

    1. Make sure that Telnet/SSH enabled in the router settings (usually disabled by default).
    2. Connect to the router via cable and find its IP address (for example, via ipconfig in the Windows command line).
    3. Open Telnet (in Windows: Start → Run → cmd → telnet [IP address]) or use SSH-client (for example, PuTTY).
    4. Enter your login and password (by default it is often root/admin).
    5. Run the reset command:
      • For OpenWRT:
        firstboot && reboot
      • For DD-WRT:
        erase nvram; reboot
      • For ASUS (firmware Merlin):
        nvram erase; reboot
  • ⚠️ Attention: Incorrect commands in Telnet/SSH may lead to firmware failureIf you are unsure of the syntax, refer to the manufacturer's official documentation.

    5. TFTP reset: restoring the "brick"

    If the router has become a "brick" (does not turn on, does not respond to Reset, all indicators are flashing), recovery through may help TFTP (Trivial File Transfer Protocol). This method requires a Windows PC and special software, such as TFTP client or utilities from the manufacturer (for example, TP-Link TFTP Recovery Tool).

    Recovery algorithm:

    1. Download the firmware for your model from the official website (the file usually has the extension .bin or .trx).
    2. Connect the router to the PC via cable LAN (use port WAN, if the manufacturer's instructions provide for this).
    3. Set up a static IP address on your PC 192.168.0.66 (or another one specified in the documentation).
    4. Launch TFTP client and specify the path to the firmware file. Server: 192.168.0.1 (or another router IP).
    5. Power on the router and immediately begin downloading the file. The process will take 2–5 minutes.
    6. 📌 Note: Method TFTP It doesn't work on all routers. For example, Keenetic uses its own recovery protocol (Keenetic Recovery), and for MikroTik will be required Netinstall.

      Manufacturer Model IP for TFTP IP PC Utility
      TP-Link Archer C7, TL-WR841N 192.168.0.1 192.168.0.66 TFTP Recovery Tool
      ASUS RT-AC68U, RT-AX88U 192.168.1.1 192.168.1.10 ASUS Restoration
      D-Link DIR-615, DIR-825 192.168.0.1 192.168.0.2 Built-in TFTP-Windows client
      Netgear R6400, R7000 192.168.1.1 192.168.1.2 Netgear TFTP Utility

      6. What to do after a reset: setting up the router from scratch

      After a successful reset, the router will return to factory settings. You will need:

      1. Connect to the network Wi-Fi with a standard name (for example, ASUS_5G_XXXX) and password (indicated on the sticker).
      2. Log into the web interface using the standard IP address and follow the steps initial setup wizard.
      3. Enter your provider's data:
        • 📡 Connection type (PPPoE, DHCP, Static IP).
        • 🔑 Login and password (if PPPoE).
        • 🌐 Settings VLAN (for some providers, for example, Rostelecom or Beeline).
    7. Tune Wi-Fi:
      • 🔄 Change network name (SSID) and password.
      • 🛡️ Select encryption type (WPA2-PSK or WPA3).
      • 📶 Specify the channel and bandwidth (e.g. 20/40 MHz For 2.4 GHz).

    ⚠️ Attention: If the router does not connect to the Internet after resetting, check:

    • Correctness of data from the provider (especially for PPPoE).
    • Cable status in the port WAN (try a different cable).
    • Settings MAC addresses (some providers link access to a specific MAC).

    7. Common mistakes and how to avoid them

    Even experienced users sometimes make mistakes when resetting a router. Here are the most common issues and their solutions:

    • The reset button does not work:
      • Check that the router is connected to the network.
      • Hold the button longer (up to 30 seconds for some models).
      • If the button is broken, use Telnet or TFTP.
    • No internet after reset:
      • Check with your provider for the connection type (PPPoE, L2TP etc.).
      • Check if the settings have been reset VLAN (relevant for Rostelecom, MTS).
    • The web interface does not open:
      • Clear your browser cache or try another one (for example, Edge instead of Chrome).
      • Check your router's IP address via ipconfig.
      • Disable your firewall or antivirus.

    🔧 Advice: If your router behaves erratically after a reset (spontaneously reboots, "loses" settings), try:

    • Update the firmware to the latest version.
    • Reset the settings again (sometimes the first reset does not work correctly).
    • Check the power supply - unstable voltage can cause failures.

    FAQ: Answers to Frequently Asked Questions

    🔹 Is it possible to reset a router without the reset button?

    Yes, if you have access to the web interface, mobile app or Telnet/SSHIf nothing works, the only thing left is TFTP- recovery (for supported models).

    🔹 What happens to my IPTV settings after a reset?

    All personal settings, including binding IPTV (for example, for Rostelecom TV or MTS TV), will be lost. After the reset, you will need to reconfigure IGMP Proxy, Multicast and tie STB-add-on to the port LAN.

    🔹 How do I reset my router if I forgot my Wi-Fi and admin panel password?

    Use a physical button Reset (method from first section). If the button doesn't work, try TFTP-recovery or contact the manufacturer's support.

    🔹 Why does the router ask for a login and password after a reset, but the default ones don't work?

    It is possible that the firmware has been modified (for example, a custom version has been installed DD-WRT). Try:

    • Login: root, password: admin.
    • Login: admin, password: password.
    • Reset the settings again by holding Reset 20–30 seconds.

    🔹 Is it possible to undo the reset if I pressed Reset by accident?

    No, it's impossible to undo a reset. However, if the router hasn't rebooted yet, quickly unplug the power cord—this may interrupt the process (but doesn't guarantee the settings will be saved).