How to Factory Reset a Wi-Fi Router: A Complete Guide

Resetting a router to factory settings is an extreme measure that is resorted to when the device stops working correctly: the password for the router is forgotten. Wi-Fi, the router constantly reboots, doesn't save settings, or returns connection errors. The procedure returns all parameters to their original state, including the network name (SSID), administrator password (admin/admin or admin/password), and also resets the settings DHCP, IPTV And port forwarding.

In this article you will find Universal reset methods for 90% of router models, including TP-Link, ASUS, Keenetic, Zyxel, MikroTik And D-LinkWe will analyze the hardware reset (via the button) Reset), software (via web interface) and an alternative method for advanced users - using Telnet or SSHYou'll also learn how to avoid common errors and what to do if your router won't reset.

Why reset your router to factory settings?

A reset isn't always the first solution, but in some cases it's unavoidable. Here are the most common causes:

  • 🔑 Forgot your Wi-Fi or admin panel password?If you can't access your router settings (for example, because you've lost your login or password), resetting it will restore your default login details.
  • 🔄 The router is unstable.Constant connection breaks, spontaneous reboots, or freezes are often resolved by a hard reset.
  • ⚙️ Errors after firmware updateIf after the update the router stops distributing the Internet or displays errors (for example, DNS_PROBE_FINISHED_NXDOMAIN), resetting may help.
  • 📦 Preparing to sell or transfer the deviceBefore transferring your router to another user, it is recommended to clear all personal data.
  • 🛠️ Unsuccessful experiments with settingsIf you changed the parameters VLAN, Qos or DMZ and lost access to the network, a reset will return everything to its original state.

However, before resetting, check out the alternative solutions:

  • 🔍 Try to recover your password through 192.168.1.1 or 192.168.0.1 (standard IP of most routers).
  • 📡 Reboot your router (turn off the power for 30 seconds) - sometimes this solves temporary problems.
  • 🔧 Update the firmware via the web interface if the problem is related to software errors.
⚠️ Attention: After the reset, all connected devices (smartphones, laptops, smart speakers) will be disconnected from Wi-Fi. Save your network settings beforehand or prepare to set them up again.
📊 How often do you reset your router to factory settings?
Never reset
Once a year
Only in case of serious failures
More often than once every six months

Method 1: Hard reset via the Reset button

This is the most reliable and universal method, which works even if the router does not turn on or does not respond to commands. Button Reset (sometimes signed as WPS/Reset) is located on the back panel of the device. It can be:

  • 🔘 Drowned (paper clip or toothpick required).
  • 🔘 Normal (pressed with a finger).
  • 🔘 Hidden under the lid (for some models MikroTik or Ubiquiti).

Reset instructions:

  1. Turn on the router (if it is turned off).
  2. Find the button Reset and press it holding for 10-15 seconds (for some models - up to 30 seconds).
  3. The indicators on the front panel should flash or go out - this is a signal of a successful reset.
  4. Release the button and wait for a full reboot (1-3 minutes).

If the button is recessed, use a sharp object (paper clip, needle). On some routers (for example, ASUS RT-AX88U) the button is a combination button - to reset you need to hold it down more than 5 seconds, and a short press turns it on WPS.

Disconnect all cables except power|

Find the Reset button (check your model's instructions)|

Prepare a paper clip or toothpick|

Record the holding time (minimum 10 seconds)-->

Router model Reset hold time Sign of a successful reset
TP-Link Archer C6 10-15 seconds All indicators flash 1 time
ASUS RT-AC66U 5-10 seconds The power indicator is blinking orange
Keenetic Giga 15 seconds The Internet indicator turns off and on again
Zyxel Keenetic Lite 30 seconds All lights go out for 2 seconds
MikroTik hAP ac² Hold until blinking ACT Indicator ACT flashing red
⚠️ Attention: On some routers (for example, Ubiquiti UniFi) reset through Reset It doesn't always work due to the secure firmware. In this case, use the method via SSH (described below) or the manufacturer's official software.

Method 2: Software reset via web interface

If you have access to the router's admin panel, resetting it via the web interface is the safest and most controlled method. It allows you to preserve some settings (such as the firmware version) and avoid the risk of bricking the device.

Steps to reset:

  1. Connect to the router via cable or Wi-Fi (if the network is still working).
  2. Open your browser and enter your router's IP address. Standard options:
    • 192.168.1.1 (most models)
    • 192.168.0.1 (D-Link, some TP-Link)
    • 192.168.8.1 (Huawei, Honor)
    • 10.0.0.1 (Apple AirPort, some provider routers)
  • Enter your login and password (usually by default admin/admin or admin/password).
  • Find the reset section. Its location varies depending on the model:
    • TP-Link: Advanced settings → System → Backup and reset
    • ASUS: Administration → Manage Settings → Restore
    • Keenetic: System → Configuration → Reset settings
    • Zyxel: System → Configuration → Factory Defaults
    • Select an option Factory reset and confirm the action.
    • Wait for the reboot (1-3 minutes).

    On some routers (for example, MikroTik) reset via the web interface may not be available. In this case, use WinBox or Telnet.

    Method 3: Reset via Telnet/SSH (for advanced users)

    This method is suitable for routers with firmware OpenWRT, DD-WRT or devices from MikroTik, Ubiquiti, where standard reset methods may not work. To access it, you'll need:

    • 🖥️ Computer with Windows, Linux or macOS.
    • 🔌 Connecting to the router via Ethernet (Wi-Fi may be disabled after reset).
    • 🛠️ Connection program: PuTTY (Windows), built-in Terminal (Linux/macOS).

    Instructions:

    1. Find out your router's IP address (see tip above).
    2. Open PuTTY (or Terminal) and connect via protocol Telnet or SSH:
      telnet 192.168.1.1
      

      # or

      ssh admin@192.168.1.1

      Use the standard login and password (or the current ones, if you know them).

    3. Enter the reset command depending on your firmware:
      • For OpenWRT/DD-WRT:
        firstboot && reboot now
      • For MikroTik RouterOS:
        /system reset-configuration no-defaults=yes
      • For Ubiquiti:
        set-default
  • Wait for the reboot (the router will turn off and turn on again).
  • If the router does not reboot after the command, enter reboot manually. On some devices (for example, MikroTik) after the reset, you will need to re-configure it WinBox.

    ⚠️ Attention: Continuous power supply is critical when resetting through Telnet/SSHIf the router turns off during the process, the firmware may become corrupted and the device will become bricked. Use UPS or a laptop with a charged battery.
    What to do if the router does not reset?

    If after holding the button Reset If the router doesn't reset within 30 seconds, try:

    1. Turn off the power for 10 minutes, then try resetting again.

    2. Check the button - it may be mechanically damaged (relevant for older devices).

    3. Use an alternative method (For example, TFTP to restore the firmware).

    4. Contact the manufacturer's support - some routers (for example, Huawei (linked to the provider) block reset without special software.

    What to do after resetting the router?

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

    1. 🔧 Connect to the router:
      • Via cable (recommended for first setup).
      • On Wi-Fi, the network name will be standard (for example, TP-Link_XXXX, ASUS_XX). The password is usually indicated on the sticker.
    2. 🌐 Log in to the web interface by address 192.168.1.1 (or another, see sticker). Login/password - admin/admin.
    3. 📡 Set up the Internet:
      • Select connection type (PPPoE, Dynamic IP, Static IP — depends on the provider).
      • Enter your connection details (login/password from your provider, if required).
  • 🔒 Set up Wi-Fi:
    • Set a new network name (SSID).
    • Set a strong password (recommended) WPA2-PSK or WPA3).
    • Select a channel manually (eg. 6 or 11 for 2.4 GHz) to avoid interference.
    • 🛡️ Update the firmware (if a new version is available) via the section Software update.

    If you are unsure about the settings, use Quick Setup Wizard (most routers have one) or refer to your provider's instructions.

    Common Router Reset Mistakes and How to Avoid Them

    Even a simple reset procedure can go wrong. Here are the most common errors and their solutions:

    Error Cause Solution
    The router does not reset after Reset The button is faulty or the holding time is insufficient Try holding for 30+ seconds or use Telnet
    After reset there is no access to 192.168.1.1 The router's IP address has changed (for example, to 192.168.0.1) Check the sticker on your router or use ipconfig in the command line
    The router is bricked (it won't turn on and the light is flashing red) The reset process was interrupted or the firmware was corrupted. Restore firmware via TFTP (instructions on the manufacturer's website)
    Wi-Fi works, but there is no internet Connection to the provider is not configured (PPPoE, VLAN) Check the settings in the section Internet or WAN
    Unable to log in with login admin The manufacturer has changed the default data (relevant for provider routers) Look for your login/password on the sticker or in the provider's instructions.

    If the router gives an error "Unable to connect to the server" When trying to log into the web interface, try:

    • 🔄 Restart your computer and router.
    • 🧹 Clear your browser cache or use a different one (Chrome, Firefox, Edge).
    • 🔌 Connect via cable instead of Wi-Fi.

    Resetting popular router brands: features

    The reset procedure may vary depending on the manufacturer. Below are the key details for popular brands.

    TP-Link

    Most models (Archer C6, TL-WR841N) are reset by holding Reset for 10 secondsAfter reset:

    • IP address: 192.168.1.1 or 192.168.0.1.
    • Login/Password: admin/admin.
    • Feature: On some models, after resetting it is required reactivation through tp-link.net.

    ASUS

    Routers ASUS (RT-AX88U, RT-AC68U) have a function "Soft Reset" (partial discharge) and "Hard Reset" (full). For a full reset:

    • Hold Reset more than 10 seconds (until the power indicator starts flashing orange).
    • IP address: 192.168.1.1.
    • Login/Password: admin/admin.
    • Feature: There is an option in the web interface "Recovery", which saves some settings (for example, firmware).

    Keenetic

    Devices Keenetic (Giga, Hero, Lite) are reset by holding Reset for 15 secondsAfter reset:

    • IP address: 192.168.1.1.
    • Login/Password: admin/1234 (for older models) or indicated on the sticker.
    • Feature: Keenetic supports cloud recovery - If the reset didn't help, you can restore the firmware via my.keenetic.net.

    Zyxel

    Routers Zyxel (Keenetic old style, NBG6617) require retention Reset 30 secondsAfter reset:

    • IP address: 192.168.1.1.
    • Login/Password: admin/1234 or admin/password.
    • Feature: On some models, reset is blocked if the router is tied to a provider (for example, Rostelecom). In this case, you need access to your provider's personal account.

    MikroTik

    Devices MikroTik (hAP ac², RB4011) are reset through:

    • WinBox: System → Reset Configuration.
    • Terminal: team /system reset-configuration no-defaults=yes.
    • Button Reset: hold until the indicator flashes ACT (about 5-10 seconds).

    After reset:

    • IP address: 192.168.88.1.
    • Login/password: empty login, no password.
    • Feature: MikroTik does not have a web interface by default - configuration is carried out through WinBox or WebFig.
    ⚠️ Attention: Provider routers (for example, from Rostelecom, Beeline, MTS) may have a reset lock. In this case, contact your provider's support or use proprietary software (for example, Rostelecom Personal Account).

    FAQ: Frequently asked questions about resetting your router

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

    Yes, if you have access to the web interface or Telnet/SSH. Also some routers (for example, ASUS) support reset via a mobile app (for example, ASUS Router). If there is no access, the only option left is a hard reset.

    Will IPTV settings be reset after reset?

    Yes, all settings, including IPTV, port forwarding And guest network, will be deleted. After the reset, they will have to be configured again. If you have IPTV connected from a provider (for example, Rostelecom or MTS), save screenshots of the current settings VLAN And Multicast.

    How to reset a router if you forgot the IP address?

    There are several ways to find out your router's IP address:

    • Look at the sticker on the back of the device.
    • In the command line (Win + R → cmd) enter ipconfig and find the line "Default gateway".
    • IN Linux/macOS use command route -n or ip route.
    • On your mobile phone (Android), go to Wi-Fi settings → your network → "Network management" → "Advanced" → "Gateway".

    Standard IP addresses of most routers: 192.168.1.1, 192.168.0.1, 192.168.8.1.

    What should I do if my router doesn't distribute Wi-Fi after a reset?

    Possible causes and solutions:

    • 🔌 Wi-Fi is disabled by default - go to settings (192.168.1.1) and turn on the wireless network in the section Wi-Fi or Wireless.
    • 📡 Wrong channel - try setting the channel manually 6 or 11 for 2.4 GHz.
    • 🔒 MAC filtering is enabled - disable it in security settings.
    • 🛠️ Problem with firmware — update the router software via the web interface.
    Is it possible to reset a router via phone?

    Yes, if you have:

    • 📱 Mobile application from the manufacturer (for example, TP-Link Tether, ASUS Router). It usually has a reset option.
    • 🌐 Access to the web interface via the browser on your phone (enter 192.168.1.1 in the address bar).
    • 🔌 Physical access to the router - can be reset via the button Reset with a paper clip.

    Apps usually offer a simplified version of the reset, but a full factory reset still requires confirmation.