Ubuntu 25.10 shows “?” on Wi‑Fi icon and “Login to network” popup, while 24.04 LTS on the same network is fine

Since today, my laptop running Ubuntu 25.10 has been showing a “?” on the Wi‑Fi icon and opening the “Login to network” window, even though actual Internet access works normally.

Test environment:

  • device 1: Ubuntu 25.10 - the problem occurs
  • device 2: Ubuntu 24.04 LTS - on the same Wi‑Fi network, the problem does not occur

Both devices use the same local network and the same Internet connection.

On Ubuntu 25.10, a manual test of the connectivity check endpoint returns errors:

wget -S -O- http://connectivity-check.ubuntu.com

Results:

  • HTTP/1.0 503 Service Unavailable
  • occasionally also: “Read error (Connection reset by peer) in headers”

Symptoms on Ubuntu 25.10:

  • the “?” icon appears intermittently on the Wi‑Fi connection
  • the “Login to network” window opens
  • Internet access still works normally

On Ubuntu 24.04 LTS, connected to the same Wi‑Fi network, the network icon remains normal and the issue does not appear.

This seems to point to one of two possibilities:

  1. a problem / instability with the connectivity-check.ubuntu.com endpoint
  2. a change in Ubuntu 25.10 / newer NetworkManager behavior, making it more aggressive in marking the connection as limited when the connectivity-check endpoint fails

Can anyone confirm similar behavior on Ubuntu 25.10?
Is this a global issue on Canonical’s side / with connectivity-check.ubuntu.com?

3 Likes

Same issue here since this morning but on 24.04 LTS.

3 Likes

Looks like the server(s) behind that endpoint is/are offline. If you’re not bothered about the check and just want to get rid of the question mark: Settings → Privacy and Security → Connectivity → Connectivity Checking

16 Likes
$ host connectivity-check.ubuntu.com
connectivity-check.ubuntu.com has address 185.125.190.98
connectivity-check.ubuntu.com has address 185.125.190.97
connectivity-check.ubuntu.com has address 91.189.91.96
connectivity-check.ubuntu.com has address 91.189.91.98
connectivity-check.ubuntu.com has address 185.125.190.96
connectivity-check.ubuntu.com has address 91.189.91.97
connectivity-check.ubuntu.com has IPv6 address 2620:2d:4000:1::98
connectivity-check.ubuntu.com has IPv6 address 2620:2d:4002:1::196
connectivity-check.ubuntu.com has IPv6 address 2620:2d:4002:1::197
connectivity-check.ubuntu.com has IPv6 address 2620:2d:4002:1::198
connectivity-check.ubuntu.com has IPv6 address 2620:2d:4000:1::96
connectivity-check.ubuntu.com has IPv6 address 2620:2d:4000:1::97

A few of these addresses are configured correctly and the rest don’t seem to be. Some give an error response of 502 bad gateway, or 503 no service, or 400 bad request if they give a response at all. If one of your machines happened to hit an address that returns the correct http response, then connectivity is affirmed at least as long as you are logged into a session.

1 Like

Ubuntu Version: 24.04, 25.10 and 26.04 in 3 different partitions of same PC.

Desktop Environment: GNOME

Network:
Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
vendor: Gigabyte driver: r8169 v: kernel port: 3000 bus-ID: 02:00.0
IF: enp2s0 state: up speed: 1000 Mbps duplex: full mac: 74:56:3c:01:8f:cb
Device-2: D-Link driver: rtl8xxxu type: USB bus-ID: 1-1:2
IF: wlx04bad667ffcb state: up mac: 04:ba:d6:67:ff:cb

Problem Description:
question mark icon in top bar for network and frequent popup as attached. nmcli shows:

corrado@corrado-n4-dang-0320:~$ nmcli connection show --active
NAME UUID TYPE DEVICE
netplan-enp2s0 7ea6f90b-3495-3533-948a-ef0035687c34 ethernet enp2s0
EOLO_181782 c1688365-dffc-4d70-afef-0dc287028f42 wifi wlx04bad667ffcb
lo 0422f228-a41f-49fd-8b7a-a17fe8ffb835 loopback lo
corrado@corrado-n4-dang-0320:~$

I’m connected to the same router with WiFi and ethernet cable.

Screenshots or Error Messages:

Having the same issue on my MiniPC and it’s annoying. Sometimes the network is still working, sometimes not, and I’m even installing Ubuntu on my laptop and it’s destroying the installation.

Ubuntu Version:
24.04.4 LTS

Desktop Environment (if applicable):
GNOME 46

Problem Description:

Since today a strange and annoying wifi popup appears “Connect to a wifi network enp3s0” while i have a wired connection

filip@ubuntu-pc:~$ ifconfig
enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet xxx.xxx.x.xx  netmask 255.255.255.0  broadcast xxx.xxx.x.xxx
        ether xx:xx:xx:xx:xx:xx  txqueuelen 1000  (Ethernet)
        RX packets 19110  bytes 18382979 (18.3 MB)
        RX errors 0  dropped 113  overruns 0  frame 0
        TX packets 13850  bytes 1989876 (1.9 MB)
        TX errors 0  dropped 3 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Boucle locale)
        RX packets 3108  bytes 298845 (298.8 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 3108  bytes 298845 (298.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

How to remove this popup ?

Thanks

2 Likes

I suspect it might be a temporary glitch.

I updated this morning and saw no such error messages.

Nothing reported at this time on the Canonical status page.

Im so confused

All it took was to uncheck the “connectivity check” in “Settings” / “Privacy and security”

Sorry

4 Likes

Thanks, that was what i was looking for but couldn’t remember where.

I just started getting a similar message today. I have Ubuntu Desktop 24.04 setup and have been running this for years. My system has a wired connection that is primary, and I have a WiFi NIC that is disabled. No changes have been made in a while, and all of a sudden I keep getting this WiFi system message popping up stating sign in to network. and my network icon in the upper right now has a ? over the icon. I fully disabled the WiFi adapter now, and I even blacklisted the iwlwifi kernel module. then rebuilt initramfs and still the message shows in the notification area. very annoying.

1 Like

Likely caused by an issue with Ubuntu connectivity check curl -i ``http://connectivity-check.ubuntu.com

1 Like

yeah, I get a 503 error when trying that. Any way to disable that? I have tried just about everything even using dconf editor and cannot figure it out.

thanks again.

Same problem for me as of today. I get the ? on the WiFi connection icon but the connection is fine. I’m using Ubuntu 24.04.4 LTS. The issue resolves when i enable my VPN. I have disabled the Connectivity Checking in the mean time

I found another post where someone said to go into settings then privacy and security and disable connectivity. all set for now.

4 Likes

Same problem but using an Ethernet connection.. Ubuntu 25.10, started about 2:30 in the afternoon, Eastern time.

Same issue with the ethernet cable on 25.10, and with WiFi on my laptop in Resolute. Fixed it by disabling the connectivity check in settings

Hi there,

i have the same issue since today.

this is my os-version = VERSION=“24.04.4 LTS (Noble Numbat)”

i have a connection via ethernet. i get the question mark but the connection stays stable.

i have also turned off the connectivity check.

Thanks, this matches what I was seeing locally.

It also explains why one machine could look fine while another showed intermittent failures on the same network - the result seems to depend on which backend IP the connectivity check hits.

On my side, direct checks were returning intermittent 503 responses and occasional connection resets, so this looks more like a service/backend issue than a local client-side problem.

For anyone who wants a CLI workaround, the connectivity check can also be disabled with:

gsettings set org.gnome.system.networking connectivity-check false

and re-enabled later with:

gsettings set org.gnome.system.networking connectivity-check true

1 Like

Two duplicate topics merged into this one.