HomeWire home network lab
Set Up & Get Online

VLAN Explained: A Virtual Local Network at Home

By the HomeWire team Updated 2026 Tested in real UK homes
VLAN Explained: A Virtual Local Network at Home

A VLAN, or virtual local network, is one physical switch pretending to be several separate ones. Devices on VLAN 20 cannot see or reach devices on VLAN 10, even though both are plugged into the same box on the same shelf, because the switch keeps their traffic in different logical compartments. Getting between them requires going through a router that can be told to say no.

That single capability is why home lab users, smart home owners and anyone working from home on a company laptop end up wanting VLANs. It is also why the first attempt usually breaks the Chromecast. Here is what a VLAN actually does, what you need to run one, and the two things that catch everybody out.

What problem it solves

Your home network is almost certainly flat. Every device, the laptop, the NAS with your photos on it, the smart plug from a brand you cannot name, the doorbell camera running firmware last updated in 2022, sits on the same network and can talk to everything else on it.

That is fine until one device is compromised or simply badly behaved. A cheap IoT device with a known vulnerability is not, by itself, a disaster; a cheap IoT device that can scan and reach your NAS, your work laptop and your router’s admin page is a different proposition. The NCSC’s network architecture guidance makes the same argument at corporate scale: segment so that compromising one thing does not hand over everything.

The four segments most home setups end up with:

  • Trusted. Laptops, phones, NAS, printers you actually control.
  • IoT. Cameras, plugs, bulbs, TVs, anything with a cloud app and no update policy. Internet access, nothing else.
  • Guest. Visitors. Internet only, and isolated from each other too.
  • Work or lab. A company laptop, or a home lab where you break things deliberately.

How 802.1Q actually works

VLANs are defined by the IEEE 802.1Q standard, which adds a small tag to the Ethernet frame carrying a VLAN ID between 1 and 4094. Everything else follows from that tag.

Untagged, or access, ports. The normal case for an end device. The switch strips the tag on the way out and adds it on the way in, so the device plugged in has no idea VLANs exist. Your smart TV does not need to understand anything; you just put its port on VLAN 20.

Tagged, or trunk, ports. Carry several VLANs at once with the tags left on, so the device at the other end can tell them apart. You use these between switches, and between a switch and your router or a VLAN-aware access point.

PVID. The Port VLAN ID tells the switch which VLAN to assign to untagged traffic arriving on a port. Set the PVID of each access port to match its untagged VLAN. Forgetting this is the most common reason a “configured” VLAN does not work: the port is in the VLAN for outbound traffic but dumping inbound traffic into VLAN 1.

VLAN 1. The default VLAN on almost every switch, and the one to keep management traffic off if you can. Moving the switch’s own management address to a dedicated VLAN is worth doing once you understand the rest, because locking yourself out mid-configuration is a rite of passage.

The kit you actually need

Three things, and most homes are missing at least two.

A router or firewall that understands VLANs and can filter between them. This is the piece that does the isolating. OPNsense or pfSense on a small box, a UniFi gateway, a MikroTik, or a Firewalla. Consumer mesh systems and standard ISP routers generally cannot do this.

A managed switch with 802.1Q support. Cheap unmanaged switches cannot tag or separate anything; plugging one in the middle of a VLAN design silently merges everything passing through it. Smart or web-managed switches from the usual brands are inexpensive and sufficient. Our gigabit network switch guide covers the difference, and a PoE switch is worth considering if you are also feeding access points.

Access points that map SSIDs to VLANs. For wireless devices, isolation happens by putting each SSID on its own VLAN. An access point that can only broadcast one network cannot participate. This is where standalone access points beat a mesh kit; see wifi access points explained and mesh vs extender vs powerline.

The UK ISP router problem

Here is the wall most British readers hit: the router your ISP supplied almost certainly cannot do any of this. BT, Sky and Virgin Media hubs are built to be simple, and VLAN configuration is not on the list.

The usual route is to demote the ISP box to a modem and put your own router behind it. Virgin Media hubs have a modem mode that does exactly this. On an Openreach FTTP or FTTC line you can often replace the router entirely, provided you have the credentials.

One detail to check before you buy anything: some ISPs require a VLAN tag on the WAN side, and the required ID differs by provider and product. VLAN 101 is common on Openreach-based services, some alternative networks use their own IDs, and Sky’s authentication uses a DHCP option rather than PPPoE at all. Look up your specific provider’s third-party router documentation before ordering a firewall, because this is the step that turns a weekend project into a weekend with no internet.

What breaks, and this is the important part

Device discovery stops working. This is the number one complaint and it surprises people every time. Chromecast, AirPlay, Sonos, most network printers and many smart home hubs find each other using mDNS or SSDP, which are broadcast protocols that deliberately do not cross between networks. Put the phone on Trusted and the Chromecast on IoT and the phone will simply not see it.

The fixes, in order of how well they work:

  1. An mDNS repeater or reflector on the router, which forwards discovery traffic between chosen VLANs. OPNsense, pfSense and UniFi all offer this. It is the standard answer.
  2. Firewall rules allowing the specific traffic from Trusted to the device on IoT, once discovery is working.
  3. Keeping the casting devices on the same VLAN as the phones that control them, and accepting a slightly less pure design. Often the right call in a house with a Sonos system.

Firewall rules are the whole point. A VLAN with no rules restricting it is a flat network with extra configuration. Creating VLAN 20 does nothing on its own; the isolation comes from a rule on the router that blocks VLAN 20 from reaching the other internal subnets while allowing it out to the internet. Get this the wrong way round and you have done a lot of work for no security benefit.

Each VLAN needs its own DHCP scope and its own subnet. One VLAN, one subnet, one DHCP range.

A workable starting plan

VLAN Purpose Wireless
10 Trusted: laptops, phones, NAS Main SSID
20 IoT: cameras, plugs, TVs IoT SSID
30 Guest: visitors, isolated from each other Guest SSID
40 Lab or work laptop Optional SSID

Rules: 10 can reach everything. 20 and 30 get internet only and nothing internal. 40 gets internet and whatever specific thing you decide.

Build it in stages. Get one extra VLAN working with one device before you migrate the house, and keep the ability to plug a laptop into a trusted port while you work.

When not to bother

If you have an ISP router, a handful of devices and no NAS, VLANs are more machinery than the problem justifies. Turn on the guest network with client isolation for visitors and IoT devices, keep firmware updated, and change the router admin password. That gets you a meaningful share of the benefit for none of the effort, and our Wi-Fi password guide covers the basics.

VLANs earn their keep when you have something genuinely worth protecting on the network, a NAS, a work machine, a home lab, or when you have enough IoT devices that you have lost track of what they all are.

Frequently asked questions

What is a VLAN in simple terms? A way of splitting one physical network into several logically separate ones. Devices on different VLANs cannot reach each other directly even when connected to the same switch, and traffic between them has to pass through a router where you can allow or block it.

Do I need a managed switch for VLANs? Yes. Unmanaged switches cannot read or apply 802.1Q tags, so putting one in the path merges the VLANs passing through it. A web-managed or smart switch is inexpensive and enough for home use.

Can I set up VLANs on my BT, Sky or Virgin Media router? Generally no. ISP-supplied routers do not expose VLAN configuration. The usual approach is to put the ISP box into modem or bridge mode and run your own router or firewall behind it, checking first what your provider requires from a third-party device.

Why can my phone not see the Chromecast after setting up VLANs? Because device discovery uses mDNS and SSDP broadcasts, which do not cross between networks by design. Enable an mDNS repeater or reflector on your router for the VLANs concerned, or keep the casting devices on the same VLAN as the phones controlling them.

Do VLANs make my network faster? Not meaningfully at home. They reduce broadcast traffic, which matters on large networks with hundreds of devices but is irrelevant in a house. The benefit is isolation and control, not speed.

Is a guest Wi-Fi network the same as a VLAN? It is a simplified version of the same idea. Most guest networks put visitors on a separate subnet with internet-only access, which covers the common case. A VLAN setup gives you the same treatment for wired devices, more than one segment, and control over exactly what each one can reach.

// more from HomeWire
Why Is My Wi-Fi So Slow? 12 Fixes That Actually Work (UK)
Fix It: Wi-Fi & Network Troubleshooting

Why Is My Wi-Fi So Slow? 12 Fixes That Actually Work (UK)

Why is my Wi-Fi so slow? 12 tested UK fixes, from router placement and 5GHz to channel changes and your Ofcom minimum-speed rights.

Gear: Mesh, Extenders & Adapters

Travel Router: Making Hotel and Airbnb Wi-Fi Usable

What a travel router does, why it fixes hotel and Airbnb Wi-Fi, and how to choose one. Real models from GL.iNet and TP-Link, plus VPN and captive-portal tips.

What Broadband Speed Do I Need? A UK Household Guide
Speed & Coverage

What Broadband Speed Do I Need? A UK Household Guide

Work out what broadband speed you need in the UK based on your household size, streaming, gaming and working from home, without paying for speed you won't use.

WiFi 6 Router Guide: Do You Actually Need Wi-Fi 6 for Your Home?
Gear: Mesh, Extenders & Adapters

WiFi 6 Router Guide: Do You Actually Need Wi-Fi 6 for Your Home?

A plain-English Wi-Fi 6 router guide: what Wi-Fi 6 does, how it compares to Wi-Fi 6E and Wi-Fi 7, and whether a UK home actually needs to upgrade.

Set Up & Get Online

Three (3) Broadband Review: Mobile and Home Broadband Tested

Our Three (3) broadband review covers 5G and 4G home broadband and mobile broadband: speeds, coverage, contracts and who it suits after the Vodafone merger.

What Is a Wi-Fi Access Point (and When to Use One)?
Gear: Mesh, Extenders & Adapters

What Is a Wi-Fi Access Point (and When to Use One)?

What a Wi-Fi access point is, how it differs from an extender and mesh, and when a wired access point is the better fix for a dead zone in your home.

Powerline Adapters Explained: Networking Through Mains Wiring
Gear: Mesh, Extenders & Adapters

Powerline Adapters Explained: Networking Through Mains Wiring

How powerline adapters work, HomePlug AV2 vs G.hn, real-world speeds, and when powerline beats a mesh or extender for getting internet to a far room.

WiFi Dongle Explained: What It Is and How to Choose One
Gear: Mesh, Extenders & Adapters

WiFi Dongle Explained: What It Is and How to Choose One

What a Wi-Fi dongle is, how to choose one for your PC or laptop, and the Wi-Fi standards and speeds that matter. A plain-English UK buying guide.

UK Broadband News, August 2026: ADSL Switch-Off
News

UK Broadband News, August 2026: ADSL Switch-Off

The UK's last ADSL line goes dark, TalkTalk hands 120,000 customers to Rise Fibre, Hey! Broadband halves prices, and full fibre keeps spreading.

How to Change Your Wi-Fi Password on Any UK Router
Fix It: Wi-Fi & Network Troubleshooting

How to Change Your Wi-Fi Password on Any UK Router

How to change your Wi-Fi password step by step on BT, Sky, Virgin Media, EE and any UK router, plus what makes a strong wireless network password.

Set Up & Get Online

Vodafone Broadband Review: Cheapest Full Fibre, Tested

Our Vodafone broadband review: the cheapest big-name full fibre, sold over Openreach and CityFibre, with a strong router but a weak call-centre record.

NAS Explained: Network Attached Storage for Home Users
Gear: Mesh, Extenders & Adapters

NAS Explained: Network Attached Storage for Home Users

A plain-English guide to NAS (network attached storage) for the home: what it does, RAID vs backup, drive compatibility traps and how to choose one.

Wi-Fi Keeps Dropping or Disconnecting? Step-by-Step Fix
Fix It: Wi-Fi & Network Troubleshooting

Wi-Fi Keeps Dropping or Disconnecting? Step-by-Step Fix

If your wifi keeps dropping, work through these UK fixes in order: restart the router, change the channel, split the bands and check for a line fault.

Ethernet Connected But No Internet? How to Fix It
Fix It: Wi-Fi & Network Troubleshooting

Ethernet Connected But No Internet? How to Fix It

Ethernet connected but no internet? Work through these ordered UK fixes, from a quick router reboot to DHCP, DNS and driver repairs that get you back online.

How to Log Into Your Router at 192.168.1.1 (UK Routers)
Set Up & Get Online

How to Log Into Your Router at 192.168.1.1 (UK Routers)

A step-by-step 192.168.1.1 router login guide for UK routers, plus the correct IP for BT, Sky, Virgin, TalkTalk, EE and Plusnet hubs.

How to Change Your Wi-Fi Channel to Stop Interference
Set Up & Get Online

How to Change Your Wi-Fi Channel to Stop Interference

How to change your Wi-Fi channel to stop interference: best 2.4GHz and 5GHz channels, plus steps for BT, Sky, Virgin and TalkTalk routers.

Do Wi-Fi Extenders Actually Work? Extender vs Mesh vs Powerline
Gear: Mesh, Extenders & Adapters

Do Wi-Fi Extenders Actually Work? Extender vs Mesh vs Powerline

A Wi-Fi extender is the cheapest way to kill a dead spot, but it can halve your speed. See when an extender works and when mesh or powerline beats it in a UK home.

Wi-Fi Channel Finder
Tools

Wi-Fi Channel Finder

Best Wi-Fi channel finder for UK homes: read your phone's Wi-Fi scan and get the least-crowded 2.4GHz, 5GHz and 6GHz channel to switch to.

Broadband Speed Calculator: How Much Do You Actually Need?
Tools

Broadband Speed Calculator: How Much Do You Actually Need?

Free broadband speed calculator: tell us your household and we work out how much broadband speed you need, in Mbps, for the UK.

Mesh Node Planner
Tools

Mesh Node Planner

Free UK mesh node planner: answer how many mesh nodes do I need for your home's size, floors and walls, with a printable placement plan.

Set Up & Get Online

BT Broadband Reviews: Speed, Reliability and Value in 2026

Our BT broadband reviews for 2026: real speeds on Full Fibre, how reliable it is, the price-rise catch, and whether it is worth the premium.

How to Fix Wi-Fi Dead Spots at Home: 9 Proven Fixes
Fix It: Wi-Fi & Network Troubleshooting

How to Fix Wi-Fi Dead Spots at Home: 9 Proven Fixes

Fix Wi-Fi dead spots at home with 9 proven steps, free fixes first: router placement, band, channel, mesh, wired backhaul and UK ISP kit explained.

Best Mesh Wi-Fi Systems UK 2026: Tested and Compared
Gear

Best Mesh Wi-Fi Systems UK 2026: Tested and Compared

The best mesh Wi-Fi systems for UK homes in 2026, ranked by coverage, value and backhaul. Wi-Fi 6, 6E and 7 picks for brick and stone walls.

How to Reset Your Router Without Losing Your Settings
Set Up & Get Online

How to Reset Your Router Without Losing Your Settings

Restart fixes most problems and keeps every setting. Factory reset wipes the lot. UK hub-by-hub steps for BT, Virgin, Sky and EE, plus what to save first.

What Is a Good Ping for Gaming and How to Lower It
Speed & Coverage

What Is a Good Ping for Gaming and How to Lower It

A good gaming ping is under 30ms for competitive play, under 50ms casual. Here is how to lower it: go wired, pick a near server, and fix Wi-Fi and QoS.

BT, Sky, Virgin and EE Router Default Passwords Explained
Set Up & Get Online

BT, Sky, Virgin and EE Router Default Passwords Explained

There is no master password for BT, Sky, Virgin or EE hubs. Where each default actually lives, Wi-Fi vs admin passwords, and what a reset restores.

Why Your Broadband Slows Down in the Evening (and What to Do)
Fix It: Wi-Fi & Network Troubleshooting

Why Your Broadband Slows Down in the Evening (and What to Do)

Broadband slow in the evening? Here's why UK speeds dip around 9pm, how to test if it's your line or Wi-Fi, and what actually fixes it.

2.4GHz vs 5GHz vs 6GHz: Which Band Should You Use and When
Speed & Coverage

2.4GHz vs 5GHz vs 6GHz: Which Band Should You Use and When

Which Wi-Fi band to join, when, for UK homes. A use-case table, the physics, Ofcom rules, plus 6GHz, WiFi 6E/7 and merge-vs-split SSID advice.

How to Run an Ethernet Cable Through Your House Tidily
Set Up & Get Online

How to Run an Ethernet Cable Through Your House Tidily

A practical UK guide to running Ethernet cable through your house tidily: planning routes, choosing cable, wall and floor runs, terminating and safety.

Long Ethernet Cable: Which Length and Category to Buy
Gear: Mesh, Extenders & Adapters

Long Ethernet Cable: Which Length and Category to Buy

Buying a long Ethernet cable for a UK home? Which length and category to pick, why length barely affects speed, and outdoor and in-wall rules.

What Is Broadband? A Plain-English Guide for UK Households
Set Up & Get Online

What Is Broadband? A Plain-English Guide for UK Households

What is broadband, in plain English: the UK types explained, real speeds vs the headline numbers, and what the 2027 copper switch-off means for you.

Smart Wi-Fi: What It Means and Why Your Next Router Needs It
Speed & Coverage

Smart Wi-Fi: What It Means and Why Your Next Router Needs It

What smart Wi-Fi actually means: band steering, mesh roaming, app control and device priority explained in plain English, and whether you really need it.

BT WiFi Hotspot: How to Use It When You're Away From Home
Speed & Coverage

BT WiFi Hotspot: How to Use It When You're Away From Home

How a BT Wi-Fi hotspot works, how to connect with your BT ID or the app, the BTWifi-with-Fon network, and how it now ties into EE Wi-Fi.

Cat 6 Ethernet Cable: What to Know Before You Buy
Gear: Mesh, Extenders & Adapters

Cat 6 Ethernet Cable: What to Know Before You Buy

A plain-English Cat 6 Ethernet cable guide for UK homes: how it compares to Cat5e and Cat6a, real speed limits, shielding, and which cable to actually buy.

Outdoor Wi-Fi Extender Guide: Garden, Garage and Outbuildings
Speed & Coverage

Outdoor Wi-Fi Extender Guide: Garden, Garage and Outbuildings

An outdoor wifi extender can push your network to the garden, garage or outbuilding. How they work, IP ratings, PoE, and how to choose the right one.

Gear: Mesh, Extenders & Adapters

HDMI Extender Guide: Send an HDMI Signal Over Long Distances

An HDMI extender sends video and audio far beyond a normal cable's limit. How the main types work, their real distances, and how to choose the right one.

Gear: Mesh, Extenders & Adapters

PoE Switch Explained: Power Over Ethernet for Home and Small Office

A PoE switch explained in plain English: how Power over Ethernet works, the PoE, PoE+ and PoE++ standards, what it powers, and whether you need one at home.

Gear: Mesh, Extenders & Adapters

Gigabit and 2.5Gb Network Switches: Is the Upgrade Worth It?

A plain guide to gigabit and 2.5Gb network switches for the home: what a switch does, when 2.5GbE is worth it, managed vs unmanaged, and which type to buy.

Gear: Mesh, Extenders & Adapters

VoIP Adapter Explained: Keep Your Landline When You Switch to Fibre

A VoIP adapter lets you keep your old landline phone on full fibre. Here is how an ATA works, when you need one, and the power-cut catch to plan for.

Set Up & Get Online

Wi-Fi Repeater Setup: Extend a Wireless Network Room by Room

A plain-English wireless Wi-Fi repeater setup guide: WPS and manual methods, where to place it, same or separate SSID, and fixes when it slows your speed.

Fix It: Wi-Fi & Network Troubleshooting

BT Router Flashing Purple or Pink? Meaning and How to Fix It

A BT router flashing purple or pink means no broadband connection. Here is what each BT Hub light colour means and the exact steps to get back online.

Set Up & Get Online

Ethernet Wiring Diagram: How to Wire an RJ45 Plug and Wall Socket

A clear ethernet wiring diagram for UK homes: the T568A and T568B colour order, how to wire an RJ45 plug and wall socket, and the one rule not to break.

Speed & Coverage

Network Booster for Mobile: How to Improve Phone Signal at Home

A network booster for mobile can help weak indoor signal, but UK rules matter. How to improve phone signal at home legally, with Wi-Fi Calling and Ofcom rules.

Gear: Mesh, Extenders & Adapters

USB-C to USB Adapter: When You Need One and What to Look For

A plain guide to the USB-A to USB-C adapter: which direction you need, the speed and power ratings that matter, OTG for phones, and how to avoid a bad one.

Gear: Mesh, Extenders & Adapters

USB Extender Cable: Extend USB Beyond 5 Metres Without Signal Loss

How to use a USB extender to run USB past its 5 metre limit: active repeater cables, USB-over-Ethernet extenders and optical cables, plus what actually works.

Gear: Mesh, Extenders & Adapters

USB to Ethernet Adapter: Get a Wired Connection With No Port

A plain-English USB to Ethernet adapter guide: how to pick USB-A or USB-C, why gigabit speed and the chipset matter, and how to get a solid wired connection.

Set Up & Get Online

Broadband Without a Phone Line: Your UK Options Explained

Getting broadband without a phone line in the UK: full fibre, SoGEA, 4G and 5G options, the 2027 landline switch-off and how to drop line rental.

Gear: Mesh, Extenders & Adapters

KVM Switch Guide: Share One Keyboard and Monitor Across PCs

What a KVM switch does, why EDID emulation decides whether yours is usable, and how to pick one for 4K, dual monitors or a work laptop plus a home PC.

Fix It: Wi-Fi & Network Troubleshooting

How to Cancel Virgin Broadband Without Paying a Penalty

How to cancel Virgin broadband without penalty: why One Touch Switch removes the 30-day notice, when exit fees apply, and the final bill trap to watch.

Toob Broadband Review: Full Fibre on the South Coast Tested

An honest Toob broadband review for 2026: symmetric full fibre speeds, coverage in Southampton and Portsmouth, the no-price-rise promise, and who should switch.

Gear: Mesh, Extenders & Adapters

4G Router for Home: Best for Backup or Rural Broadband

A 4G router turns a mobile SIM into home Wi-Fi. The best options for rural broadband and backup internet, which network to choose, and when you need an antenna.

Set Up & Get Online

Broadband Packages for Students: Cheapest Short-Term Uni Deals

The best broadband packages for students in 2026, from short 12-month student deals to 30-day rolling plans, and how to avoid paying for months you're away.

Set Up & Get Online

WiFi Bridge Mode Explained: How to Link Two Routers Wirelessly

What a Wi-Fi bridge is, how bridge mode differs from access point and repeater modes, and how to link two routers wirelessly to extend your home network.

Home Wi-Fi News: June 2026
News

Home Wi-Fi News: June 2026

Wi-Fi 8 chipsets break cover, Lightning Fibre rolls out Wi-Fi 7 routers, and Community Fibre cuts 1Gbps with a Wi-Fi 7 router to £20 a month.

Home Wi-Fi News: June 2026
News

Home Wi-Fi News: June 2026

UK leads Europe on Wi-Fi 6 and 7 take-up, Openreach trials a fuller FTTP install, O2 Broadband may return, and the fastest UK ISPs for H1 2026 are named.

Home Wi-Fi News: June 2026
News

Home Wi-Fi News: June 2026

A speed-test study finds 18% of UK homes below 10Mbps, two altnets widen full fibre choice, and Brillband makes a Wi-Fi 7 router standard from 1 July.

News

UK Broadband News: July 2026

An Openreach fault froze ISP ordering systems, altnets launch Broadband Independents' Day, and an MP tables a bill to ban mid-contract price rises.

Speed & Coverage

WiFi Antenna Upgrade: When an External Antenna Improves Your Range

Does a wifi antenna upgrade improve your router's range? When a high-gain external antenna helps, when it cannot, and what to try instead.

Gear: Mesh, Extenders & Adapters

WiFi Adapter for PC: USB Dongles vs PCIe Cards Compared

A clear comparison of USB and PCIe wifi adapters for a PC: speed, latency, ease of fitting, and how to choose the right one for your desktop and router.

News

UK Broadband News: July 2026

Openreach starts connecting Wi-Fi extenders during install, altnets take 4.4 points of market share, and BT loses 192,000 lines to rivals.

UK Broadband News: July 2026
News

UK Broadband News: July 2026

Ofcom moves to block an Openreach fibre discount, EE opens its 2.3Gbps and 8Gbps pilot to buy, Grain passes 300,000 homes, and five altnets face a funding probe.

Three Network Issues: How to Check if 3 Is Down and Fix It
Fix It: Wi-Fi & Network Troubleshooting

Three Network Issues: How to Check if 3 Is Down and Fix It

Hit by 3 network issues? How to check if Three is down across the UK, tell an outage from a phone fault, and the fixes that actually restore signal and data.

Mesh Wi-Fi Explained: How It Works and Whether It's Worth It
Gear: Mesh, Extenders & Adapters

Mesh Wi-Fi Explained: How It Works and Whether It's Worth It

Mesh Wi-Fi explained in plain English: how the nodes and backhaul work, mesh vs extenders, Wi-Fi 6 vs 7, and whether a mesh system is worth it for your home.

Broadband News: UK Ranked 33rd of 34, Aug 2026
News

Broadband News: UK Ranked 33rd of 34, Aug 2026

A global index put UK telecoms 33rd of 34, blaming mid-contract rises. Openreach says full fibre use jumped 37%, and switching credits and 8Gbps prices moved.

Wi-Fi Connected But No Internet? How to Diagnose and Fix It
Fix It: Wi-Fi & Network Troubleshooting

Wi-Fi Connected But No Internet? How to Diagnose and Fix It

Wi-Fi connected but no internet? A step-by-step way to find whether the fault is your device, your router or your broadband line, and how to fix each.

// stay on the network

Fix one dead zone a week.

Plain-English fixes for British homes: router settings worth changing, mesh kit that actually works, and the speed-test results that matter. One email, no jargon, unsubscribe anytime.

● No spam. Roughly fortnightly. UK-focused.