Netgear’s current lineup of products includes everything from affordable Wi-Fi routers to high-end gaming routers and mesh Wi-Fi systems.
Depending on which product you’re using, you can access the router’s web management interface, or use desktop/smartphone apps to update the router firmware.
Users generally prefer auto-updating thanks to its convenience. But if you’re looking to flash a specific firmware version, we’ve covered the manual update process as well.
Table of Contents
Ways to Update Netgear Router Firmware
Please note that updating the firmware using an Ethernet connection over wireless, and with power backup, is recommended to ensure the firmware update doesn’t get interrupted. An interrupted firmware update can permanently brick your device.
Web Interface (Auto-Update)
Here’s how you can auto-update the firmware via the web interface:
- Launch a web browser and enter
routerlogin.net
orrouterlogin.com
. Alternatively, you can also enter the router’s IP address. - Enter the router’s credentials to log in.
- Select Advanced or Settings and click on the Administration tab.
- Select Firmware Update / Router Update.
- Press Check. If a new one is available, press Yes to download and install the update.
Web Interface (Manual Update)
Firmware updates won’t always be stable. Sometimes the latest update will lead to problems, and you might need to revert to an older firmware version. In such cases, you can manually flash the firmware with the following steps:
- Go to the Netgear support site and search for your router model.
- Click on Downloads. In the Firmware and Software Downloads section, press the Previous versions button to expand it.
- Download the firmware version you want and extract it.
- Follow Steps 1-4 from the earlier section to get to the Firmware Update page.
- Click on Choose File / Browse and select the extracted file (
.img
or.chk
). - Press Upload to start the firmware update. The process should complete in a few mins.
Netgear Genie App
The Netgear Genie App is available for both desktops and smartphones and allows you to manage your router without needing a browser (mostly). To update the firmware with this tool,
- Launch the app and click on Router Settings.
- Enter your router’s credentials and use the arrows to cycle to the Router Update tab.
- Press Next to check for firmware updates.
- If an update is available, click on Next. This will open a browser window.
- Login to the router dashboard here and click on the A router firmware update is available message.
- Press Yes to proceed with the update. After the upgrade completes, your router will restart automatically.
Netgear Nighthawk App
If you’re using a Nighthawk router, you can also use the Nighthawk app to update its firmware. To do this,
- Launch the Nighthawk app and enter your router’s credentials.
- Tap the router image.
- Scroll down and select Check for updates.
- If an update is available, tap Update.
Orbi System Firmware Update
The Orbi App is generally the recommended way to update the firmware on Orbi systems. Here are the steps for this:
- Launch the Orbi app while connected to the Orbi router’s Wi-Fi network.
- Input your router’s credentials and tap Sign In.
- Tap the Menu icon from the top-left and select Settings > Router Settings.
- Scroll down and tap Check for Updates.
- If a firmware update is available for your router, follow the on-screen instructions to install the update.
If you’re updating using a PC, you can use the web interface instead of the Orbi App. As you’ll be updating the firmware on the satellites and router separately, we recommend the following process:
Download firmware files for satellites and router > Update satellite firmware > Update router firmware.
Updating router firmware before the satellites is not recommended. Additionally, you must ensure that the same firmware version is installed on both the satellites and the router.
- Go to the Netgear Download Center and download the firmware file for the router and satellites. Extract them if required.
- Enter
orbilogin.com
into the URL bar. - Enter your router’s credentials to log in.
- In the router dashboard, navigate to Advanced > Administration > Firmware Update > Manual Update.
- Select the check box next to the satellite and click on Update.
- Enter your router’s password if prompted.
- Click on Browse and select the extracted satellite firmware file (
.img
or.chk
) from Step 1. - Press Upload to begin the update. The process should complete in a few minutes. After that, return to
orbilogin.com
. - Go back to the Manual Firmware Update tab.
- Without enabling the checkbox for satellites, click on Browse.
- Select the router’s firmware file this time and click on Upload.
- Press Yes to proceed with the update.
What If Your Router Is Bricked
Even if you bricked your router while updating, you can still restore it if you can at least power it on. To do this, Netgear recommends using a TFTP client to upload the firmware remotely.
Here’s how you can do this on Windows:
- First, download and install the Tftpd64 app.
- Connect your PC to the router using an Ethernet cable.
- Press Win + R, type
ncpa.cpl
, and press Enter. - Select the Ethernet connection and click on Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) and click on Properties.
- Select Use the following IP address and enter the following values to set a static IP for your device:
- IP address:
192.168.1.10
- Subnet mask:
255.255.255.0
- Default gateway:
192.168.1.1
- IP address:
- Press Ok > Ok to save the changes.
- Launch Tftpd64 and click on Tftp client. Select your PC’s LAN adapter from the Server interfaces list.
- Fill in the Host (
192.168.1.1
– default router IP address) and Port (69
– default TFTP port number). - Press the … button adjacent to Local File.
- Browse the router’s firmware file but don’t upload it yet.
- Unplug all Ethernet connections except your PCs from the router.
- Power off your router for 10 seconds and turn it back on.
- Once the Power LED lights orange and starts flashing, press Put in the Tftpd64 client on your PC.
- The upload will take a few minutes. If it’s successful, you’ll see an MD5 checksum. After a few minutes, the power LED will turn solid white.
- If the upload was not successful, repeat Steps 12-14.
- After the firmware is restored, revert your IPv4 configurations to default by following Steps 3-6 and selecting the auto-obtain options.
The process is mostly the same on macOS as well. Here are the necessary steps:
- Connect your Mac to the router using an Ethernet cable.
- Click on the Apple logo and select System Preferences > Network.
- Select the Ethernet adapter from the left pane. Choose Configure IPv4 Manually and use the following values:
- IPv4 Address:
192.168.1.10
- Subnet Mask:
255.255.255.0
- Router:
192.168.1.1
- IPv4 Address:
- Press Apply to save the changes.
- Navigate to the folder containing the firmware file. Right-click it and select New Terminal at Folder.
- Execute the following commands:
tftp 192.168.1.1
binary
- Type
put <full firmware file name>
but don’t press Enter yet. - Remove all Ethernet connections except your Macs from the router.
- Power off the router for 10 seconds and turn it back on.
- Once the Power LED lights orange and starts flashing, press Enter to execute the put command in the terminal.
- The firmware upload will take a few minutes to complete. If successful, you’ll see a message about bytes sent and time elapsed in the terminal.
- After a few minutes, the Power LED will turn solid white indicating that the firmware storage is complete. Feel free to restore your network settings to default (Steps 2-4) at this point.
- But if the firmware upload fails, repeat Steps 9-11.