Beginner Guide

Intermediate Switch Wiring: How to Control a Light from Three or More Locations

📅 ✍️ ElectraSim ⏱ 9 min read

If you want to control a single light from two locations — top and bottom of a staircase, both ends of a hallway — you need a two-way switch arrangement. But if you want to control that same light from three or more locations, you need an intermediate switch inserted between the two-way switches.

It is one of the most satisfying wiring problems to understand because once you see the logic, the pattern is completely repeatable for any number of switch positions.

This guide builds on the two-way switching guide already on this site. If you are not yet comfortable with how a two-way switch works, read that first.

Related: How to Wire a Two-Way Switch: Complete Guide with Diagrams

You can simulate switch behaviour and trace which conductors are live at any point using ElectraSim — free, in-browser, no installation.


Recap: How Two-Way Switching Works

A two-way switch has three terminals: Common (C), L1, and L2. The switch connects Common to either L1 or L2, never both.

In a two-switch arrangement:

The light turns on when current can complete a path from Switch 1’s Common → through one strapper → to Switch 2’s Common. Moving either switch changes which strapper is connected, toggling the light on or off.

When both switches are on L1, current flows. When one is on L1 and the other on L2, current cannot flow. This XOR-like behaviour is what makes both switches independent.


The Problem: Why Two-Way Is Not Enough for Three Locations

Imagine a staircase with a light at the landing. You want switches at:

With only two-way switches, you can handle the ground floor and first floor. Adding a third switch at the second floor is not possible with standard two-way switches alone — you would need to break into the strapper wires and insert a different type of switch.

That different type is the intermediate switch.


What Is an Intermediate Switch?

An intermediate switch has four terminals instead of three. Internally, it contains two contacts that can switch in one of two configurations:

Position 1 — Straight through:

Position 2 — Crossed:

The intermediate switch is inserted into the strapper cables between two two-way switches. It effectively swaps — or doesn’t swap — the two strappers, maintaining or inverting the state of the circuit.


Wiring Three-Location Switching

The complete circuit for three-location control uses:

Cable runs required

SectionCableConductors Used
Consumer unit → Switch 11.5 mm² T&EBrown (live), Blue (used as neutral for return)
Switch 1 → Intermediate Switch1.0 or 1.5 mm² 3-core and earthBrown + Blue + Grey as two strappers + earth
Intermediate Switch → Switch 21.0 or 1.5 mm² 3-core and earthBrown + Blue + Grey as two strappers + earth
Switch 2 → Light fitting1.0 or 1.5 mm² T&EBrown (switched live), Blue (neutral)

Note: the blue conductor used as a switched live must be sleeved or marked brown at both ends to indicate it is not a neutral. This is a BS 7671 requirement.

Terminal connections

Switch 1 (two-way, at the start):

Intermediate switch:

Switch 2 (two-way, at the end):

Light fitting:


Why This Works: The Logic

Think of the two strappers as carrying two possible states of a single bit of information — “which way is the current able to flow?”

Every time any switch is operated, it toggles the circuit. The light changes state regardless of which of the three switches you use. This is because:

In every case, the total connectivity of the chain either opens or closes.


Extending to Four or More Locations

The pattern extends indefinitely. For a fourth switch position, add a second intermediate switch between the existing intermediate switch and Switch 2:

Switch 1 (2-way) → Intermediate 1 → Intermediate 2 → Switch 2 (2-way)

Each additional intermediate switch adds one more switch location. The two end switches are always two-way; every switch in between is intermediate.

For N switch locations:

LocationsTwo-wayIntermediate
220
321
422
523

Long hotel corridors, stairwells in multi-storey buildings, and large open-plan spaces with multiple entry points all use this topology.


What Cable Is Used?

3-core and earth is required for the strapper sections (Switch 1 to Intermediate, Intermediate to Switch 2). Standard twin and earth has only two insulated conductors — you need three for the two strappers plus a common.

3-core and earth cable has conductors coloured brown, black, and grey, plus a bare earth. (Pre-2004 cable used red, yellow, and blue — if you encounter this in existing work, do not assume the yellow is an earth.)

CoreNew coloursOld colours (pre-2004)Function
BrownBrownRedStrapper 1
Black (or grey)GreyYellowStrapper 2
Third coreBlackBlue(sometimes used as second strapper)
EarthBare copperBare copperEarth continuity

Related: Live, Neutral and Earth Wires Explained


Common Mistakes in Intermediate Switch Wiring

1. Using twin and earth for the strapper run

Twin and earth has only two insulated conductors. You need three for the intermediate switching arrangement. Using twin and earth means one strapper will be uninsulated (bare earth wire) — dangerous and non-compliant. Always use 3-core and earth between switches.

2. Connecting the intermediate switch in the wrong terminals

Intermediate switches from different manufacturers label terminals differently. Some use 1/2/3/4, others use A/B/C/D, others use a diagram. Confirm which terminals are the “in” pair and which are the “out” pair, and which position crosses the connections. Check the manufacturer’s wiring diagram.

3. Not sleeving blue conductors used as live

Any conductor that is not its designated function must be sleeved at both ends. Blue used as a switched live gets a brown sleeve; grey used as a switched live also gets a brown sleeve. An inspector will fail an installation that has unmarked repurposed conductors.

4. Not providing earth continuity at each switch

Every metal switch plate, back box, and intermediate switch must have an earth connection. Intermediate switches in plastic boxes may not require an earth at the switch plate itself, but the circuit earth must still be present and terminated in the back box.


Simulating Switching in ElectraSim

ElectraSim includes switch components that you can wire into circuits to simulate exactly the behaviour described in this article.

To explore two-way switching:

  1. Place a Power Supply, an MCB, and a Lamp
  2. Place two switches between the MCB and the Lamp
  3. Wire the switches in a two-way arrangement (Common out of first, Common into Lamp on second, strappers cross-connected)
  4. Run the simulation — toggle either switch to control the lamp from either position

For the full logic of how switches and circuit protection interact:

Getting Started with ElectraSim — full walkthrough

How to Wire a Two-Way Switch: Complete Guide with Diagrams


Frequently Asked Questions

Is an intermediate switch the same as a two-way switch?

No. A two-way switch has three terminals (C, L1, L2) and connects Common to one of two outputs. An intermediate switch has four terminals and swaps two conductors — it cannot replace a two-way switch at the end of a chain without modification.

Can I use smart switches for intermediate switching?

Yes — most smart switch systems replace the physical strapper arrangement with a wireless or bus-based protocol. One physical switch controls the light directly; the others send wireless commands to that switch. The physical wiring is simplified (often to a single cable per switch position) at the cost of power supply requirements for each smart switch.

Why does my intermediate switch not have a Common terminal?

Because it does not need one — an intermediate switch does not break a single circuit. It swaps two conductors. All four terminals are equal; there is no “Common” in the single-terminal sense.

Does intermediate switching require extra circuit protection?

No — the circuit protection is the same as for any lighting circuit: a 6 A MCB and, under BS 7671, 30 mA RCD protection. The number of switch positions does not affect the circuit’s protection requirements.


Summary

Try simulating a switching circuit right now in ElectraSim → — free, browser-based, no account required.

See It All in Action

Build and simulate the circuits from this article for free in your browser. No installation, no sign-up.

⚡ Open ElectraSim Free