17.9 C
New York
Wednesday, May 6, 2026

change WiFi community connection order?


Beginning with macOS 13 Ventura, Apple redesigned the System Preferences app into System Settings app. The screenshots you’re looking at within the linked solutions all corresponds to System Preferences app.

Moreover, the function you might be on the lookout for has really been faraway from the graphical interface.

Below the up to date System Settings app, the power to pull and drop Wi-Fi networks to regulate their connection precedence order was utterly eliminated.

To reorder the underlying community desire listing, you should utilize the Terminal.

Begin by working the next command-line to seek out the interface title in your Wi-Fi:

networksetup -listallhardwareports

Search for the entry says: {Hardware} Port: Wi-Fi and search for the worth for System:

{Hardware} Port: Wi-Fi
System: en1
Ethernet Deal with: d0:11:e5:73:a3:8c

The worth for gadget within the instance above is en1.

Now to view the present precedence order, run the command-line:

networksetup -listpreferredwirelessnetworks en1

This can present an output just like beneath:

Most well-liked networks on en1:
    PSPL
    iPhone 16 Professional
    iPhone SE
    @d!t!
    iPhone 13 mini
    OnePlus 8T
    Mehul’s iPhone

In latest macOS variations, newly added networks are robotically positioned on the high of the precedence listing. Probably the most dependable strategy to prioritize a community is to take away it and add it again at index 0.

For instance, I want to add iPhone 13 mini to the highest of listing. I’ll run:

networksetup -removepreferredwirelessnetwork en1 "iPhone 13 mini"

to take away the community. Adopted by working:

networksetup -addpreferredwirelessnetworkatindex en1 "iPhone 13 mini" 0 WPA2

(Substitute WPA2 along with your community’s precise safety kind whether it is completely different, reminiscent of WPA3 or WPA2E. You will discover it underneath System Settings -> Wi-Fi -> Superior…)

You can too use the display screen underneath the Superior... button to neglect a community and manually re-rentering the password to hook up with it from the principle Wi-Fi dropdown menu to bump it to the highest of the inner precedence listing robotically.

Related Articles

Latest Articles