WiFi & DiagnosticsHigh Severity

Forgot Router Password? 5 Recovery Methods That Work (2026)

Losing access to your router's admin panel means you cannot change Wi-Fi passwords, fix connectivity issues, configure port forwarding, or update security settings. This guide walks through every realistic recovery method — from checking browser-saved passwords to performing a factory reset — so you can regain control of your router without permanently losing your network configuration.

Factory Reset Erases All Settings

A factory reset restores your router to its original out-of-box state, deleting ALL custom configurations including Wi-Fi credentials, port forwarding, custom DNS, and parental controls. Try all other recovery methods before resorting to a factory reset.

AIO Quick Answer

What to Do When You Forget Your Router Password

Start with the router label: the default admin credentials are almost always printed there. If the password was changed, check your browser's saved passwords or companion app. If you truly cannot recover it, hold the physical RESET button for 15 seconds — this erases all custom settings and restores the factory defaults. See the full Router Login Recovery directory for additional scenarios.

Password Recovery Decision Tree

Can you access the admin panel at all?

YES → Try default credentials from label

NO → Check if you're on the right network first

Did someone previously change the password?

YES → Check browser saved passwords & app sessions

NO → Factory defaults from the label should work

Are you willing to lose all custom settings?

YES → Proceed with physical factory reset (15s hold)

NO → Try Telnet/SSH recovery or browser app session

Is the reset button physically accessible?

YES → Hold for 10–15s while powered on

NO → Use soft reset via partial UI or CLI access

Forgot Password vs. Factory Reset: Key Differences

AspectSoft RecoveryFactory Reset
Erases Wi-Fi settingsNoYes — complete wipe
Erases port forwardingNoYes
Requires physical accessNoYes (reset button)
Recovers forgotten passwordSometimesAlways (reverts to default)
Time required1–5 minutes5–10 minutes
Risk of misconfigurationLowHigh — must reconfigure all
Works on all routersNoYes

Recovery by Scenario

1

I know my username but forgot the password

Check browser saved passwords for the router IP. If that fails, use your router's companion app. If still locked, a factory reset is required — the RESET button restores credentials to default.

2

I know my password but forgot my username

Try admin, administrator, root, or user as usernames — these cover 95% of all consumer routers. If your router uses an ISP-assigned username, check the label or call your ISP.

3

I forgot both username and password

Start with label defaults. If previously changed, a factory reset is your only option to fully regain access. This erases all custom configuration — reconnect and reconfigure everything after the reset.

4

I cannot access the physical router (remote setup)

Use the router companion app (Tether, Nighthawk, ASUS Router) as it may maintain an authenticated session. If that fails, someone on-site must physically press the reset button.

5

The physical reset button is not working

Ensure the router is fully booted (wait 90s after power-on). Hold for a full 15–20 seconds using a firm tool. If mechanically broken, try a soft factory reset via the web UI (if partially accessible) or contact the manufacturer.

Default Admin Credentials by Brand

BrandDefault UsernameDefault PasswordLogin URL
TP-LinkadminadminLogin guide →
NetgearadminpasswordLogin guide →
ASUSadminadminLogin guide →
D-Linkadmin(blank)Login guide →
LinksysadminadminLogin guide →
HuaweiadminadminLogin guide →

After a factory reset, use these defaults. For unique credentials (Netgear router-specific passwords), check the label. See our router admin password guide and router password reference.

Related Guides

Try These Common Router Gateway IPs

Quick Fix Checklist

  • 1Check the label on the back/bottom of your router for default credentials
  • 2Try admin/admin, admin/password, or admin/(blank) as credentials
  • 3Check your browser's saved passwords for the router IP
  • 4Open the router's companion app (TP-Link Tether, ASUS Router, Nighthawk)
  • 5Check Windows Credential Manager for stored router login
  • 6If nothing works, hold RESET button for 15 seconds while router is powered on
  • 7After reset, wait 90 seconds before accessing admin panel
  • 8Log in with factory defaults printed on the router label

Common Root Causes

Credentials Changed During Setup

The admin password was customized during initial setup and not saved to a password manager or written down.

Multiple People Configure Same Router

A household member or IT person changed the admin password and did not communicate the new credential.

Default Credentials Already Tried

The default admin/admin or admin/password credentials were previously changed for security reasons but not recorded.

ISP-Locked Router

ISP-provided routers often use non-standard credentials or disable the reset button to prevent customer configuration.

Step-by-Step Diagnostic Resolution Flow

  1. 1

    Try the Default Factory Credentials First

    Before assuming the password is lost, try the factory-default credentials printed on the label stuck to the bottom or back of your router. Common defaults are admin/admin, admin/password, or a unique printed string. If nobody has changed them since purchase, this will work immediately without any reset.

    Expert Tip: Take a photo of the router label and store it in your password manager. The label shows the default SSID, default Wi-Fi password, default admin URL, and default admin credentials — all the information you need.
  2. 2

    Check Your Browser's Saved Passwords

    Your browser may have offered to save the admin password when you last logged in. In Chrome, navigate to chrome://password-manager/passwords and search for your router's IP address (e.g., 192.168.1.1). In Firefox, open Settings → Privacy & Security → Saved Logins. In Edge, go to edge://settings/passwords. The saved credential may contain your current admin password.

    Expert Tip: Windows Credential Manager (Control Panel → User Accounts → Credential Manager → Windows Credentials) sometimes stores router admin passwords entered through Internet Explorer or Edge Legacy — worth checking before proceeding to a factory reset.
  3. 3

    Use Router Management Software or App

    Many routers have a companion mobile app or desktop software that stores your session and may bypass the manual password entry. TP-Link's Tether app, ASUS Router app, Netgear Nighthawk app, and Linksys app all maintain authenticated sessions. If you set up the app previously, open it and navigate to administration settings — you may be able to change the admin password from within the app without needing the current one.

    Expert Tip: If you are locked out of the app too, check if your smartphone or tablet has biometric login configured for the app — fingerprint or Face ID authentication may bypass the password prompt entirely.
  4. 4

    Perform a Factory Reset Using the Physical Reset Button

    Locate the small recessed RESET button on the back or bottom of the router. With the router powered on and fully booted, use a paperclip, toothpick, or SIM ejector tool to press and hold the RESET button for 10–15 seconds until all LED lights flash simultaneously or the router reboots. After the reset completes (allow 90 seconds), log in using the default credentials on the label. All custom settings, including Wi-Fi passwords and port forwarding rules, will be erased.

    Expert Tip: Make sure to back up your router's configuration first if you can partially access the admin panel — even read-only access is enough to export settings via Administration → Backup in most router UIs.
  5. 5

    Recover via Telnet or SSH (Advanced)

    Some routers expose a Telnet or SSH management interface on port 23 or 22. If this was previously enabled, you may be able to connect without needing the web UI password. On Windows, open Command Prompt and run: telnet 192.168.1.1. On Mac/Linux use: ssh admin@192.168.1.1. Once connected, use the router's CLI commands (varies by brand) to reset the admin password without a full factory reset. Common commands include nvram get http_passwd (DD-WRT/OpenWrt) or passwd admin.

    Expert Tip: This method works on OpenWrt, DD-WRT, Tomato, and some OEM firmware variants. It does NOT work on most consumer routers with locked-down firmware unless Telnet/SSH was explicitly enabled during initial setup.

When To Contact Your ISP

Contact your ISP if the router is ISP-supplied and the reset button appears disabled or the default credentials on the label do not work. ISPs sometimes remotely provision routers with unique credentials not printed on the device label.

Expert Q&A & Troubleshooting Insights

Will a factory reset delete my Wi-Fi password?

Yes — a factory reset erases all customized settings including your Wi-Fi name (SSID), Wi-Fi password, port forwarding rules, custom DNS settings, QoS configurations, guest network settings, and the admin password. After the reset, all these settings revert to factory defaults as printed on the router label. You will need to reconfigure everything from scratch and reconnect all devices to the network.

What is the difference between forgetting the admin password and forgetting the Wi-Fi password?

The admin password (also called the router password or login password) protects the router's web management interface at addresses like 192.168.1.1 — it controls administrative access to all router settings. The Wi-Fi password (WPA key or wireless password) is what devices use to join your wireless network. You can recover a forgotten Wi-Fi password without a factory reset by logging into the admin panel and viewing the wireless security settings — provided you still know the admin password.

Is the router password the same as the Wi-Fi password?

No — these are two separate, unrelated passwords. The router admin password is used to log into the router's configuration dashboard (typically at 192.168.1.1 or 192.168.0.1). The Wi-Fi password is the network access key that wireless devices use to connect to your network. On many routers from factories, both are set to a random string printed on the device label, and they are different values.

Can I recover my router admin password without a factory reset?

Yes, in some cases. Options include: (1) checking your browser's saved passwords manager for the IP address; (2) using the router's companion mobile app if it maintains an authenticated session; (3) using Telnet/SSH if enabled; (4) using TFTP recovery mode on supported models. However, if none of these work, a factory reset using the physical RESET button is the most reliable and universally supported method.

What if the physical reset button does not work?

If the physical reset button is unresponsive, first ensure the router is fully powered on (wait 60 seconds after boot) before pressing it — some routers disable the reset button during the boot sequence. Try holding for a full 15–20 seconds rather than 10. If the button is mechanically broken, check if your router supports a soft reset through the web UI (Administration → Factory Reset) or via the CLI if Telnet/SSH is available. As a last resort, some routers support TFTP firmware recovery which also resets settings.