You just bought a new computer or laptop, turned it on—now what? The first thing you need to do is launch a browser to access the internet. But how do you do that if you don't have a Wi-Fi connection yet? And how do you even connect to a wireless network if the browser won't open without internet access? This article will help you understand the basic steps that often confuse beginners.
We will take a detailed look at how to open a browser on Windows 10/11, macOS And Linux (even without an internet connection), and then we'll show you how to properly connect to Wi-Fi on different operating systems. We'll also cover common errors—for example, when the network is visible but doesn't connect, or when the browser opens but pages don't load. If you've never set up a computer yourself before, don't worry: the instructions are written as simply as possible, with explanations for each step.
1. How to open a browser on a computer without internet access
Many people think that a Wi-Fi connection is required to run a browser. This is not true! A browser is a program that's already installed on your computer (or you can run it without an internet connection). The main thing is to know where to find it.
Most new devices have a browser installed by default:
- 🪟 Windows 10/11: Microsoft Edge (replaces the outdated Internet Explorer)
- 🍎 macOS: Safari (Apple's built-in browser)
- 🐧 Linux (Ubuntu, Mint, etc.): Firefox or Chromium
If the browser is not found, you can install it later by downloading it from another device (for example, via a USB flash drive).
To open the browser without internet, use one of the methods:
| operating system | Method 1 (fast) | Method 2 (via search) |
|---|---|---|
| Windows 10/11 | Click Win + S, type "Edge" → Enter | Open the menu Start → Find the "Microsoft Edge" folder |
| macOS | Click on the icon Safari in the Dock (bottom panel) | Open Launchpad → find Safari |
| Linux (Ubuntu) | Click Super (Win) + A, enter "Firefox" | Open terminal and enter firefox |
⚠️ Attention: If you see the "No Internet Connection" error when you launch your browser, don't close it! You can still use the browser to view local files (such as HTML instructions) or router settings at 192.168.1.1.
2. Where to find the browser if it's not on the desktop
A common problem: users search for a browser on the desktop, but it's not there. This is normal—modern operating systems don't load the desktop with shortcuts by default. Here's where to look:
- 🔍 Windows: Open
Start → All apps → Microsoft Edge(or another browser). If it's not there, check the folderC:\Program FilesorC:\Program Files (x86). - 📁 macOS: Go to
Programs(folder in Finder) → find Safari or Google Chrome. - 🐧 Linux: In the application menu (usually in the lower left corner), find the "Internet" section or enter the browser name in the search.
If the browser is deleted or not installed, you can download it from the official website using another device and transfer it to your computer via USB. For example, Google Chrome You can download it from the link https://www.google.com/chrome (open it on your phone or another PC).
3. Connecting to Wi-Fi on Windows 10 and 11
Now that the browser is open (even without internet), it's time to connect to Wi-Fi. Windows This is done through the taskbar:
- Click on the icon networks in the lower right corner (next to the clock). It looks like Wi-Fi icon (📶) or computer with cable (if there is no connection).
- Select your network from the list that appears. If it's not there, click
Wi-Fi → Hidden Networkand enter the name manually. - Enter Wi-Fi password and press
Connect.
If the network does not connect, check:
- 🔌 Is the Wi-Fi adapter enabled? Click
Win + X → Device Manager → Network AdaptersFind the device with the words Wireless or Wi-Fi — if there is a yellow triangle nearby, the adapter is disconnected or faulty. - 🔒 Is the password correct: Passwords are case sensitive! Make sure that
Caps Lockturned off. - 📡 Is the router working? Try connecting to the same network from your phone or another device.
⚠️ Attention: If after connecting to Wi-Fi the message “No Internet access” appears in the browser, but the network is connected, check the settingsDNSYour router may be blocking access. Try manually entering Google's DNS:8.8.8.8And8.8.4.4(instructions in the next section).
Wi-Fi adapter is enabled in Device Manager|
The network is visible in the list of available ones|
The password was entered without errors|
The router is turned on and distributing the Internet (check on your phone) -->
4. Setting up Wi-Fi on macOS (MacBook, iMac)
On devices Apple Connecting to Wi-Fi is a little different. Here are the step-by-step instructions:
- Click on the icon Wi-Fi in the upper right corner (next to the date). If there is no icon, go to
System Preferences → Network. - Turn on Wi-Fi if it is off (slider to position
On). - Select your network from the list and enter the password. If there is no network, click
Other networks...and enter the name manually.
Common problems on macOS:
- 🚫 The network does not connect: Try “Forget the network” (right-click on it →
Forget this network), then reconnect. - 🔄 Constant breaks: Check your power saving settings. Go to
System Preferences → Energy Saverand uncheckTurn off Wi-Fi to save battery. - 🔒 Authentication error: Make sure your router supports it.
WPA2/WPA3(old standards likeWEP(doesn't work on macOS).
How to reset network settings on macOS
Open Terminal (via Spotlight: Cmd + Space, enter "Terminal") and run the commands one by one:
sudo ifconfig en0 down
sudo networksetup -setdhcp Wi-Fi
sudo networksetup -renewdhcp Wi-Fi
After this, restart your Mac.
5. Connecting to Wi-Fi on Linux (Ubuntu, Mint, Fedora)
On Linux Network management depends on the desktop environment you are using (GNOME, KDE, XFCE). Let's consider a universal method through a graphical interface and a terminal.
Method 1: Via the graphical interface
- Click on the network icon in the upper right corner (next to volume and battery).
- Select
Wi-Fi → Turn on(if disabled). - Find your network, enter the password and connect.
Method 2: Via terminal (if GUI doesn't work)
# View available networksnmcli dev wifi list
Connect to the network (replace "NAME" and "PASSWORD" with your details)
nmcli dev wifi connect "NAZVANIE" password "PAROL"
If the commands don't work, make sure the package is installed network-manager:
sudo apt install network-manager # For Debian/Ubuntu
sudo dnf install NetworkManager # For Fedora
⚠️ Attention: On some distributions (for example, Arch Linux) Network services may be disabled by default. Check the command status.sudo systemctl status NetworkManagerIf the service is not active, start it:sudo systemctl start NetworkManager.
6. What to do if Wi-Fi is connected, but the Internet is not working
Situation: The network is connected, but pages won't open in the browser, and there's an exclamation point next to the Wi-Fi icon. Causes and solutions:
| Problem | Cause | Solution |
|---|---|---|
| No Internet Access Network | The router does not distribute IP (DHCP is disabled) | Reboot your router. If that doesn't help, enter the IP manually (see below). |
| The pages aren't loading, but Skype works. | DNS problem | Use Google's DNS: 8.8.8.8 And 8.8.4.4. |
| The connection keeps dropping out. | Weak signal or interference | Move closer to the router or change the Wi-Fi channel in the router settings. |
| "Restricted" Error (Windows) | IP address conflict | In the command line, run: ipconfig /release, then ipconfig /renew. |
How to manually enter DNS (Windows):
- Open
Control Panel → Network and Internet → Network and Sharing Center. - Click on your network →
Properties → Internet Protocol Version 4 (TCP/IPv4). - Select
Use the following DNS addressesand enter8.8.8.8And8.8.4.4.
7. Security: How to avoid connecting to a rogue network
Public Wi-Fi networks (in cafes, airports, and hotels) are often used by scammers to steal data. Follow these rules:
- 🛡️ Check the network name: Fraudsters create networks with similar names (for example,
Starbucks_Freeinstead ofStarbucks_WiFi). Please check with the staff for the correct name. - 🔐 Do not enter passwords on HTTP sites: Use only sites with
https://(there should be a lock icon 🔒 in the address bar). - 📵 Turn off sharing: IN
Windows Network and Sharing CenterselectGeneral → Change advanced settings...and turn off file sharing. - 🛑 Do not connect to open networks without a password: Such networks are often used for Man-in-the-Middle (MITM) attacks.
If you connect to public Wi-Fi and see a prompt to "update firmware" or "install a certificate," disconnect immediately! This is a classic hacking method.
8. Frequently asked questions and answers
🔹 Why does the browser open but not load pages even though Wi-Fi is connected?
This may be due to:
- Incorrect settings
DNS(try changing to8.8.8.8). - Block traffic with an antivirus or firewall (temporarily disable them).
- Problems on the provider's side (check if the Internet works on other devices).
Also try opening the site by IP address (for example, 172.217.22.110 instead of google.com). If the page opens, the problem is definitely in the DNS.
🔹 How do I connect to Wi-Fi if there is no network icon on the taskbar (Windows)?
The icon may be hidden. To restore it:
- Click on the arrow
^in the lower right corner (next to the clock). - If there is no network icon, right-click on the taskbar →
Taskbar options. - Find the section
Notification areaand enable the display of the iconNet.
If the icon disappeared due to a crash, restart the service. Explorer.exe:
1. ClickCtrl + Shift + Esc(Task Manager will open).2. Find the process
Conductor(Explorer.exe).
3. ClickRestart.
🔹 Is it possible to connect to Wi-Fi without a password?
Technically yes, but:
- If the network open (without password), connection is possible, but it's not safe - your traffic may be intercepted.
- If the network closed, but you know the password? Enter it. If you don't know it, ask the router owner.
- Using Wi-Fi hacking software (Wireshark, Aircrack-ng) illegally and is punishable under Article 272 of the Criminal Code of the Russian Federation (“Unauthorized access to computer information”).
🔹 How to connect to a hidden Wi-Fi network?
Hidden networks do not broadcast their name (SSID), but you can connect to them manually:
Windows:
- Click on the Wi-Fi icon →
Hidden network. - Enter the network name (
SSID) and password. - Check the box
Connect automatically.
macOS:
- Open
System Preferences → Network → Wi-Fi → Other Networks.... - Enter the network name, select the security type (
WPA2 Personal) and password.
🔹 Why can't my computer see Wi-Fi networks, but my phone can?
Possible reasons:
- 📵 Wi-Fi adapter is disabled: Check it out
device Manager(Windows) orSystem information(macOS). - 🔄 The router operates in 5 GHz mode: Old adapters may not support this frequency. Try switching your router to
2.4 GHz. - 🔧 The adapter driver is out of date: Update driver via
device Manager(right click on the adapter →Update driver). - 🚫 Network hidden: Try connecting manually (see previous question).