NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
orbi 970 series
93 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!757Views13likes30CommentsDevice 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.606Views6likes20CommentsOrbi 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/355Views3likes6CommentsTesting 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.204Views2likes6CommentsInstalled 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...645Views2likes26CommentsFaulty reset button
I purchased the Orbi 970 Series Router and Satellite in early 2024 for approximately $1,800. Last week, I powered down my system temporarily to replace security cameras. When turning it back on, the router could no longer be recognized. After troubleshooting, I was informed by the Netgear rep that the reset button is faulty and that nothing can be done to repair or service the unit. Which is absolutely unacceptable for a premium system at this price point. I invested in the Orbi 970 because of its performance and reputation, but to hear that a small component failure renders the entire unit useless, with no repair option or support solution- is both frustrating and disappointing. Please escalate this issue to a supervisor or engineering support team. I would like to know what remedies Netgear offers in situations like this—whether through warranty coverage, repair service, or product replacement.67Views1like3CommentsI am having awful issues with dropping connections with Fios
I am not an expert so thanks for the help... I am having awful issues with dropping connections with Fios. Android devices but also more recent laptops also. No apple house. Netgear has been working to find problem for over a month. Setup is 971rbe with two satellites. Orbi in router mode, direct Ethernet to FiOS Ont. Both Netgear and FiOS confirmed connection is ok although Netgear support has given two different answers. One you must use the FiOS router in bridge mode and the other direct connect is absolutely ok.i recognize most of the symptoms people listed here... The admin logs just streamed with DHCP to Mac address connections, many times the ip listed multiple times immediately after each other. Went drop internet access, WiFi says it is connected but no Internet access. Disconnect and reconnect 9 of 10 times it reconnects until the next drop which is frequent. I put in access point mode put FiOS router back in path and did not lose connections but speed was degraded significantly. The initial day I had reconfigured to Orbi in router mode I was getting okla speed tests (not via Orbi app) and getting mid 800 to 900mbs speed. After a day and after drops started to occur it literally dropped at one point to 30mbs to 50mbs up and down. Netgear support had me start running debug app so I have all the debug logs and details including configs. I've tried private dns', random Mac addresses off, adaptive connectivity off and none work, spread distance between router and satellites, shut one off, plugged directly into the wall instead of a surge protector. All of these recos from NG. Would I be better off shutting ipv6 off on the router or just making this a glorified antenna system as access points until these are resolved? From what I read but being a novice everything you all spoke of lines up to my exact issues. Thank you for any tecos I can try... MikeMy network seems to be running worse
I'm having the same exact issues. My network seems to be running worse by the day and I keep wanting to blame my internet, but it seems more related to either my Orbi 970 mesh, or the DHCP spamming. MOST of my DHCP spams are from Apple devices in the house, and most of those are Watches, but some phones and iPads. I've tried some Apple techniques to fix it, but it seems to only resolve it for 5-10 minutes where it only requests DHCP every 2.5 minutes, but then it goes back to about every 21-35 seconds per request. I feel like this flooding could be jamming my network, but I'm still looking into it. I'd love to know what's causing both of these issues though (DHCP spam, and slow network).Disconnects for iOS Devices Multiple Times Per Day with Orbi 970
I have EXACTLY this problem. Was fine until sometime around mid-April and now it's a nightmare. Only new Apple devices (iPhone 16/16 Pro and new iPad Air). I can sit with my older iPad next to my iPhone 16 Pro and the iPad is solid as rock while the phone goes in and out. Same with my PC - it's getting almost 1Gb on speedtest while the phone right next to goes in and out - sometimes I have to turn off WIFI, but often it comes and goes with me doing nothing. I also have a ton of IoT devices (most not on the IoT network) that will complain as soon as they lose connection, yet none of them do. Of course, they are in fixed locations and don't roam around the house like my phone. But even when the phone is sitting on my desk not moving around, I have the dropouts. I plan to try this with the SAT turned off to see if the mesh is part or the problem. Also trying the IoT network at 2.4 to see if that is stable and then will try it at 2.5/5 if I get that far. Maybe I'll try the WPA3 thing, but yes, I would likely have to move many devices to the IoT net, and I really don't want to do that. And I agree that I am also way past a basic response. I think Apple broke something early Spring '25 - at least that is when we started seeing all these issues. We've had the phones since winter, and the iPad is new. My older iPads work fine. Although we were out of the house most of the winter, from Jan to Apr I didn't see any issues like this. Arggg!!!! Pointless things I tried: reset iPhone network - who even suggests this nonsense, but I tried it - don't bother turn off Private WiFi address - again, don't bother turn off Limit IP tracking - or just wave your arms in the air - same effect Wifi 6e mode - try all the settings - and then wave your arms more move your satellites to various locations - maybe put one outside somewhere...nope reboot everything - in fact turn the power off to your entire house for 15 minute and restart everything! OK, don't do that either. get a different phone or ipad or hope Apple fixes this - surely other people are having this issue unless it is unique to Apple/Orbi?345Views1like15CommentsOrbi continually disconnects
I had the RBR50 with one satellite for many years and it worked perfectly. Then one day, it started dropping connections and slow connections. I thought it was due to be replaced since we had it for 5+ years. I upgraded to the RBE971 (with one satellite) and the problem has continued, if not gotten worse. I am at the latest firmware update. My wired connection for my laptop works great. All my WiFi devices either drop multiple times per day or sit in spin. I don’t even bother trying to connect my phone to my WiFi anymore as it only works for a short period of time before it drops. I then thought it could be my ISP (we have fiber and no modem). Everything checked out with their tests and looked good. To test further, they left one of their routers for a week and during that time, everything worked perfectly. Swapped back in the Orbi and the problem immediately came back. I have been working with NETGEAR support for over two months now and have made zero progress. I just keep getting emails that they are still researching (I am not sure what as they have not asked for any info really). If I could return this $1300 investment, I would…but while I am past the 30 days…so I am stuck. I am hoping some very smart person can help me figure this issue out.160Views1like7Comments