NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
orbi 970 series
151 TopicsThe community has waited six months for a firmware update
NETGEAR, the community has waited six months for a firmware update, yet critical issues persist—especially regarding wireless backhaul performance, Apple device compatibility, and overall network stability. The entire Orbi 970 community has voiced similar concerns across multiple forums, citing poor speeds and stability problems. Based on my testing, I suspect wireless backhaul may be an ongoing problem all along but has only been clearly identified now. At a minimum, an official response from NETGEAR would be appreciated. Additionally, despite enrolling in the beta program, I have yet to receive any updates regarding admittance. My urgent questions: 1) Can NETGEAR confirm whether a **firmware fix** is in development? 2) Can I join **beta testing** to assist with troubleshooting? If I receive no response by Monday or Tuesday, I will escalate via a support ticket. My intended actions include: Requesting RMAs for my two add-on satellites to rule out faulty hardware. Installing beta firmware if available to continue in-depth testing. Engaging directly with engineers for structured troubleshooting. The Orbi 970 has potential to be an outstanding system—but only if stability issues are properly addressed. If NETGEAR resolves these problems quickly, the system's premium price will be fully justified. However, until clear progress is made, I strongly advise potential buyers to reconsider. I sincerely appreciate any input from the community and NETGEAR representatives. Instead of looping through the same troubleshooting steps, let's work together to diagnose the firmware directly. I'm an experienced IT professional, and I have exhausted every possible avenue. Stop the runaround—analyze the debug logs, test the firmware with the variables I provide, and let’s resolve this. StephenT ,Straq , netgear Thank you all for your time!1.3KViews13likes30CommentsDevice flipping to celllular/disconnecting when on WiFi? Read this for possible solution!
Technical Analysis and Repeatable Evidence of DHCP/Routing Bug in Netgear Orbi 971 (Router Mode) Summary of Issue In environments using the Orbi 971 system in router mode, certain iOS/iPadOS devices (tested: iPhone 16 Pro Max and iPad Pro 2024) sporadically exhibit a failure state in which the device: Remains physically connected to the Orbi Wi‑Fi network (SSID displays as connected), Maintains a strong Wi‑Fi signal with excellent throughput (700–1200 Mbps), Yet silently fails over to the cellular interface (e.g., 5G), with no data traversing the Wi‑Fi path. Others on the Netgear forums over the past months have posted similar failures, using both Apple and Android devices. My analysis and solution may be correct for other non-Apple devices and other Orbi routers. This failure is not associated with actual signal loss and does not trigger any user notification other than the UI-level switch from Wi‑Fi bars to a 5G indicator. It self-recovers after 1–2 minutes. No other devices on my network (macOS, smart TVs, Windows laptops) display similar behavior. Summary of Solution For any device exhibiting drops/flips to cellular when on a good WiFi signal, change IPv4 address to a manual address, outside the router’s DHCP range. Also, change DNS address to a manual entry – it can either be your router (192.168.1.1 usually) or a 3 rd party DNS server of your choice. Finally, you must disable IPv6 on the 970 router – Advanced tab, expand the Advanced section in the sidebar, choose IPv6 and disable. To learn more as to what the problem may be, read on. My Environment Netgear Orbi 971 (Wi-Fi 7), latest stable firmware (9.13.1.2) as of July 2025. Router mode (default DHCP and NAT). IPv6 disabled at the router level. iPhone and iPad running latest iOS/iPadOS 18.5. Orbi system is sole DHCP and DNS provider on LAN. WAN is Comcast/Xfinity (stable, no packet loss during tests, 2100/300 dl/ul plan). Orbi clients tested within 15 feet of router or satellite in clear line-of-sight — eliminating signal strength as a factor. Problem Behavior When in default DHCP configuration (automatic IP and DNS): iOS devices periodically experience a silent failover to cellular (5G). Devices retain visible SSID connection. Internet connectivity is routed over cellular until the issue self-resolves. The issue is sporadic, occurring 1–5 times per week for me (others have seen higher failure rates) under default conditions. Disruptions have been reported on non-iOS devices on the Netgear forums. I wrote and tested an Apple Shortcuts automation that will trigger when the Apple device it is running on does a Wi‑Fi disconnect. It does not fire, confirming that SSID association is intact. Testing Methodology and Key Finding I conducted controlled testing to isolate the failure cause. After numerous incidents in DHCP mode, I applied the following configuration to both iPhone and iPad: Manually assigned IPv4 address within the LAN’s valid range (outside the DHCP pool to avoid collision). Manually assigned IPv4 DNS server set to 192.168.1.1 (Orbi’s own LAN IP). IPv6 explicitly disabled at the router. This configuration has now been running for over 5 consecutive days as of the date of this posting, with no recurrence of the issue. Devices have remained on Wi‑Fi, and no visible or functional failovers to cellular occurred. Why Disabling IPv6 Was Critical On iOS and iPadOS, users cannot manually configure IPv6 addresses or DNS servers via the system interface. As a result, if IPv6 remains enabled on the network: iOS will continue to obtain IPv6 connectivity using SLAAC or DHCPv6 (often via Router Advertisements from the Orbi), Even if IPv4 is statically assigned, IPv6 may still be selected for outbound traffic when iOS considers it preferred (which is often), This reintroduces reliance on the Orbi’s IPv6 DHCP or routing stack, which in prior testing exhibited instability and routing failures, often leading to connectivity loss or fallback to cellular. Thus, disabling IPv6 at the router level is a necessary precondition to ensure the device fully relies on the statically configured IPv4 path — eliminating Orbi-managed DHCP lease/route state from the equation entirely. Theory: Root Cause Analysis I propose the following sequence of events under default DHCP operation: iOS frequently initiates DHCP lease renewal or INFORM messages more aggressively than other OSes (due to roaming, sleep/wake cycles, and Apple’s proactive network health checks). The Orbi 971’s DHCP server intermittently fails to respond promptly (or at all) to these renewal or rebind requests. During this silent DHCP stall, the iOS device: Still has a valid SSID association and a cached IP, But considers the Wi‑Fi interface non-functional due to: Missing or expired lease, Failure to renew default gateway, Unsuccessful DNS resolution, Or failure to receive HTTP 204 from captive.apple.com. iOS silently switches to cellular, even with Wi‑Fi Assist disabled (which I did a long time ago), because it considers the Wi‑Fi path “connected but unusable.” Eventually, the Orbi responds again, routing is restored, and iOS resumes Wi‑Fi traffic — all without disconnecting or notifying the user. Supporting Factors No failure symptoms observed under static IPv4 + DNS configuration with IPv6 disabled. Monitoring showed no WAN outage or SSID drop during incident periods. When using dynamic DHCP/DNS, the issue persists in high signal-strength environments, ruling out RF-related causes. IPv6 had previously been associated with similar instabilities and was disabled early in the test cycle. Recommendations to Netgear Engineering I recommend the following areas be prioritized for investigation: DHCP Server Responsiveness Analyze handling of frequent DHCP RENEW/INFORM messages from Apple devices. Investigate whether ACK or lease confirmations are being dropped or delayed. Internal Lease Table Integrity Confirm whether memory or timing issues affect DHCP state or ARP caching. Routing Table Consistency Validate propagation of default routes across mesh nodes, especially post-roaming or post-sleep. IPv6 Handling (if re-enabled) Evaluate Router Advertisement stability and DHCPv6 consistency. Provide user-accessible controls for IPv6 lease time and DNS relay. Debug Logging Tools Enable deeper client-specific DHCP logging in future firmware versions to support field diagnosis. Conclusion The silent failover of iOS devices to cellular, despite strong Wi‑Fi signal, appears to be rooted in intermittent failures of DHCP IPv4/IPv6 or routing state management by the Orbi 971. Disabling IPv6 and bypassing DHCP/DNS with manual configuration eliminated the issue so far — confirming the failure lies not in radio or ISP connection, but in the Orbi’s handling of dynamic IP and DNS lease logic under typical iOS behavior. I welcome the opportunity to collaborate on further testing or provide supplemental logs to support engineering review.1.3KViews7likes21CommentsRBE971 AP: Wi-Fi drops, wired stable, QCN9224 SSR & 6GHz fatal errors
Hi all, I am looking for help/visibility from Netgear staff/engineering. I have been having this issue since around the time of the Hardware / Firmware Model: Orbi RBE971 (single unit used as Access Point) Firmware: V9.13.2.1_1.3.35 Network Topology RBE971 is in AP mode behind OPNsense OPNsense provides routing, DHCP, DNS Symptom is Wi‑Fi only; Ethernet continues working and the AP remains reachable via wired management during events Symptoms Randomly, all wireless bands/SSIDs drop simultaneously (2.4/5/6 GHz) All Wi‑Fi clients disconnect at the same time Wired clients remain stable; no full device reboot observed After some time, Wi‑Fi comes back What I have gathered Two debug bundles taken around Dec 24, 2025 (to compare behavior across captures) What the logs show (high level) The kernel/driver logs strongly suggest the AP is not rebooting; instead the Qualcomm Wi‑Fi subsystem/radios are resetting: Repeated “SSR” (subsystem restart) events from the Wi‑Fi driver (e.g., ol_ath_wifi_ssr) CNSS transitioning radios to OFF / shutdown “QMI WLFW service disconnected” (Wi‑Fi firmware service disconnect) Remote processor stops for the Wi‑Fi radios (e.g., “stopped remote processor QCN9224_PCI0/1/2”) 6 GHz-related fatal teardown errors during/around the SSR sequence (e.g., “6ghz … Fatal error: Invalid l_soc_id …”) After this, there are repeated recovery-loop messages indicating Wi‑Fi interfaces/SSIDs are “not ready / not found/up” and it keeps looping until they return (this aligns with the “all SSIDs disappear” user experience) Why I think this is the root cause The events above are consistent with a radio/firmware crash → subsystem restart (SSR) → recovery scripts restart Wi‑Fi, which would drop all Wi‑Fi clients while Ethernet stays up. Questions for Netgear / community Is this a known issue on V9.13.2.1_1.3.35 (especially involving 6 GHz / Wi‑Fi 7 / MLO paths)? Are there recommended mitigations while waiting for a fix (disable 6 GHz, disable MLO/Wi‑Fi 7 features, reduce channel width, etc.)? Is there a newer firmware (or a known-stable prior version) that addresses QCN9224 SSR / WLFW disconnect issues? I can provide the debug bundles to Netgear support/engineering if needed; please advise what additional logging would be most helpful.1.4KViews3likes27CommentsOrbi 970 - A New Firmware ? 9.13.1.5 ?
Hello to All I saw a message in Reddit regarding a new firmware for 970 series : V9.13.1.5_1.3.30 Does anybody have this version installed automatically ? If yes, any feedbask ? https://www.reddit.com/r/orbi/comments/1n77hec/app_cant_login_after_firmware_update_orbi973/658Views3likes6CommentsNOTICE: New - RBE970 / RBE971 Firmware Version 9.13.2.1 Released
Been some information about new FW being seeing on NG support site and Reddit. Also been some mis configuration of this new FW being seen as well. FW is seen only in one area and not on the main Download site as of yet. I've passed all of this on to NG and awaiting feedback regarding it. For now, highly recommend avoiding downloading any FW updates until we can get confirmation and NG clears up the mis configuration of any FW files being posted going foward. Once we get confirmation of new FW for the 970 series and all is good then, NG will ensure it's posted correctly and confirm it, then users can chose to update there 970 systems. Please be patient while we wait feedback. Thank you.257Views2likes2CommentsTesting status of 9.13.1.2 (ongoing updates)
Summary: IPv6 failed, 1 flip to 5G cellular from iPhone, memory use growing a little on 970 - watching that one. I installed FW 9.13.1.2 yesterday. All seemed to go fine (although IPv6 failed quickly on iPad and iPhone after I re-enabled it. So now I have disabled IPv6 again. Overnight my iPhone 16 Pro Max was on the night stand. Strong WiFi connection. This morning, I pick it up off its wireless charger stand, walk about 8 feet, sit down to start checking the morning emails. In about 1 minute it went from strong WiFi connection to 5G cellular, even though settings still showed it connected to my WiFi. Router IP was blank, no IP address: I waited about minute doing nothing then WiFi came back: Also in the device list, the iPhone 16 is current connected at 6GHz with a router 4 feet away - it's usually connected at 5GHz + 6GHz. That will probably correct over the morning, it's an existing problem from FW 9.12.5.3. So after about 12 hours, flips to 5G and IPv6 failure is still problem with this firmware. Summary status of issues I saw on 9.12.5.3: IPv6 fail - still an issue. IPv6 has failed on both iPad and iPhone. Flips to 5G - one failure so far memory creep - After restart, this morning the two 970s are up to 620MB and 627MB. I'll be keeping an eye on this to see if memory continues to grow, on 9.12.5.3 before the upgrade they had been around 610MB for about a week. It's not an issue if memory use stabilizes at some point soon. restarts - none yet phantom devices - none yet/no new devices visiting the house I will keep posting updates here as things happen.299Views2likes6CommentsInstalled 9.13.1.2 - initial results (positive)
I installed 9.13.1.2 on two 971s and a 970 Orbi router tonight. I am looking to test 6 basic issues I have seen on the 970 series; some of these may take days or even weeks to surface. But my test list is: Do late model devices (iPhones, iPads, Macs) maintain IPv6 connectivity? iPhone flipping to 5G cellular where it should have a strong WiFi signal in the house Memory creep on router or satellites, resulting eventually in a crash Router/satellite crashes unrelated to memory creep Phantom devices showing up in router and Orbi app device list - devices that were in the house in the past, showing up as "connected" until a reboot clears them. Weird reporting in router device list - showing every device as Wired, connected to the wrong Orbi, etc. The first 4 points are the most serious. I turned IPv6 back on, on the router, to test #1. Hopefully this is part of the "connectivity" issues fixed in this release. If the Orbis prove to be stable re: restart/crashes, I will turn logging back on and see if that causes crashes. It usually did within 3-7 days. So far after my initial update to this version of FW: IPv6 working on 4 devices (2 Mac, iPhone, iPad) Speeds, wired and wireless, are fine Packet loss/latency, Jitter report fine - nothing odd showing in the modem log I did about a 5 minute walk-around the house with my iPhone, no flips to 5G - yet I could never make it happen in the past, so time will tell. I'll update here over the days ahead as testing continues...979Views2likes26CommentsFrequent drops, crashes, and network noise…how I fixed it
For about a year and a half, I dealt with frequent drops on my Orbi system. A couple months ago, I got serious. Drops were daily, sometimes multiple times. I have about 150 devices, mostly Lumary recessed lights. Cool, but noisy. I’m replacing them with Hue lights for their bridge. I use Kasa switches, but I’m switching to Lutron Caseta with a bridge, plugging into a satellite. The USB-powered fans I found on Amazon fit like a glove on the router and satellites—almost as if made for them. With the fan, temps dropped from 100°F to 75-80°F. The last 24 hours—no drops. Crashes used to happen when everyone streamed; now stable. I’ll add these $15 fans to satellites too. With Hue and Lutron bridges, I’m hoping to clean up network noise even more!108Views1like5CommentsRBE 971 Auto Firmware Updates - I have questions!
Haven't been on here lately but on a whim thought I would check to see if Netgear has updated any firmware. I left shaking my head wondering what the heck is going on these days with Netgear. I see that Netgear has pulled a version 12 offline, but in doing so, did they kill the auto-update service? My Orbi reports "Update Failed" and "Service Unreachable" in the ADVANCED | FIRMWARE UPDATE menu. (I would post a screenshot here, but these forums get stuck on uploading media. SMH.) I then thought I would check the Netgear support download center where current firmware would be located in case a manual update was necessary... turns out that is harder to find than Waldo. I ended up giving up the search as I realized Netgear has made their support system intentionally convoluted. Did they take the central download repository off line? Looks like the current RBE971 firmware remains at 9.13.2.1, the one released in October of 2025? Clicking on SUPPORT and FIRMWARE on this page results in a "404 Page not Found" So WTF is going on these days with RBE971 firmware? Why would they be jumping from a version 9 to a version 12? What a mess for customers.945Views1like12Comments