DEV Community

Paul
Paul

Posted on • Originally published at circuitdiagrammaker.app

Wiring a Switch to an Outlet: Combo Connections Explained

Wiring a switch to an outlet sounds simple, but the devil is in the details. There are three distinct configurations -- switch-controlled outlet, half-hot (split-tab) outlet, and a combo switch-outlet device -- and each one wires differently. Pick the wrong method and the outlet is always on, or the switch kills the neutral, or the combo device lacks a neutral and a smart upgrade is impossible later. This guide covers all three correctly.

Why You Might Wire a Switch to an Outlet

The most common reason: a room has no overhead light. The electrical inspector passed the house with a switched outlet instead -- a code-allowed substitute for a ceiling fixture in bedrooms and living rooms. The switch near the door controls a floor lamp plugged into that outlet. Other times, you want a wall switch to kill power to a specific receptacle for convenience or safety.

Safety

Warning: Mains voltage (120V AC in the US) is lethal. Turn off the circuit breaker controlling the circuit and verify power is off with a non-contact voltage tester before touching any wires. Test at both the outlet and the switch box. If you find aluminum wiring (silver-colored conductors), stop -- aluminum requires special devices and connections not covered here. When in doubt, call a licensed electrician.

Configuration 1: Switch-Controlled Outlet (Dedicated Circuit)

The cleanest scenario: power enters the switch box, and a switch leg runs down to the outlet. The outlet is fully controlled -- nothing at the receptacle unless the switch is on.

How It Wires

At the switch box:

  • Incoming cable (14/2 NM-B from panel): Black is hot, white is neutral, bare is ground.
  • Outgoing cable (14/2 NM-B to outlet): This is the switch leg.

Connections:

  1. Connect the incoming black wire to one screw terminal on the switch.
  2. Connect the outgoing black wire to the other screw terminal on the switch.
  3. Join all white wires together with a wire nut -- neutral passes through, does not connect to the switch.
  4. Join all grounds together; pigtail to the switch's green screw.

At the outlet:

  1. Connect the black (switched hot) to the brass terminal.
  2. Connect the white (neutral) to the silver terminal.
  3. Connect bare ground to the green screw.

The outlet goes live only when the switch is closed. Simple and correct.

Switch Loop Wiring (Older Homes, Power at the Fixture/Outlet First)

In older wiring, power sometimes arrives at the outlet box first, and a 2-wire cable loops up to the switch. In this configuration:

  • The white wire in the switch loop cable carries hot up to the switch and must be re-identified with black electrical tape at both ends (2011 NEC and later requires this).
  • The black wire returns from the switch to the outlet's hot terminal as the switched leg.
  • The outlet's neutral connects to the incoming neutral at the outlet box.

Mark that white wire. An unmarked white wire carrying hot is a hazard for anyone who opens the box later.

Configuration 2: Half-Hot (Split-Tab) Outlet

A standard duplex outlet has a break-off tab connecting the two hot terminals. Snap that tab and each receptacle can be fed independently. Common result: top receptacle switched, bottom receptacle always hot.

How It Wires

You need 14/3 NM-B cable between the switch box and the outlet, or 14/2 plus an additional 14/2.

At the outlet:

  1. Break off the brass tab between the two hot (brass) terminals. Do not touch the silver (neutral) tab -- leave it intact so both receptacles share one neutral.
  2. Connect the switched hot (from the switch) to the upper brass terminal.
  3. Connect the always-hot to the lower brass terminal.
  4. Connect neutral to the silver terminal (feeds both receptacles through the intact tab).
  5. Connect ground to the green screw.

At the switch box:

  • Always-hot passes through to the outlet without connecting to the switch.
  • Only the switched leg connects to the switch terminals.

This is the wiring behind most "switched outlet" setups in residential construction. It lets someone plug a lamp into the top and a phone charger into the bottom -- the charger stays on regardless of the switch.

Configuration 3: Combo Switch-Outlet Device

A combo device (Leviton 5224, Pass & Seymour 694W, etc.) puts a single-pole switch and a 15A outlet on one standard-size plate. Two common wiring options exist:

Option A: Switch Controls the Outlet

  1. Connect the hot wire to the brass "LINE" screw.
  2. Connect the switch and outlet with the internal jumper/tab in place (some devices have a break-off tab here too -- check the instructions).
  3. Connect neutral to the silver terminal.
  4. Connect ground to the green screw.

When the switch is flipped off, it breaks the hot feed to the outlet. Simple, but inconvenient if someone wants the outlet live while the switched load (like a fan) is off.

Option B: Switch and Outlet Operate Independently

This requires the neutral to be present in the box -- a requirement since the 2011 NEC for new installs anyway.

  1. Connect hot to the LINE brass terminal.
  2. Break the connecting tab (if present) between the switch hot and outlet hot terminals.
  3. Wire the switched load (e.g., a fan) off the switch's output terminal.
  4. Connect neutral to the silver terminal.
  5. Ground to the green screw.

With this wiring, the outlet is always hot, and the switch independently controls whatever load is connected to it.

Neutral Requirement for Smart Combos

Smart switch-outlet combo devices (Leviton Decora Smart, Lutron Caseta combos) almost universally require a neutral wire to power their internal electronics. If your box only has a 2-wire switch loop (no neutral), these devices will not work without re-pulling cable or using a neutral adapter.

Use CircuitDiagramMaker to draw your box wiring before you order parts -- it takes 10 minutes to diagram what wires are in the box and instantly reveals whether a neutral is available.

Which Cable Gauge to Use

  • 15A circuit: 14 AWG wire, 15A receptacle, 15A switch.
  • 20A circuit: 12 AWG wire, 20A receptacle (T-slot), 20A switch.

Mixing 14 AWG onto a 20A breaker is a code violation and a fire hazard. Check the breaker before you buy wire.

NEC Code Notes

  • NEC 404.2(C) (2011 and later): A neutral conductor must be installed in every switch location. This enables future smart-switch upgrades.
  • NEC 406.9: Outdoor and wet-location outlets need in-use covers.
  • NEC 210.52: At least one switched outlet or overhead light is required in each habitable room.

Create Your Own Switch-and-Outlet Diagram

Sketching the wiring before you cut cable saves time and prevents backtracking. With CircuitDiagramMaker you can:

  • Place switch, outlet, and combo-device symbols from the built-in library
  • Draw each cable run and label wire colors (black, white, red, ground)
  • Annotate which tab is broken and which is intact
  • Simulate the circuit to confirm the switch controls only the intended receptacle
  • Export a PDF to reference in the box while you work

Create your own switch-and-outlet wiring diagram -- free

Key Takeaways

  • Switch-controlled outlet: power enters the switch, a switch leg runs to the outlet -- the neutral passes through the switch box without connecting to the switch.
  • Half-hot outlet: break the brass tab on the outlet, feed switched hot and always-hot separately via a 3-wire cable.
  • Combo device Option A: switch controls the outlet; Option B: switch and outlet are independent, requires neutral.
  • Switch loop wiring (power at fixture): re-identify the white wire as hot with black tape at both ends.
  • Smart combo devices almost always require a neutral wire in the box.
  • Use 14 AWG for 15A circuits, 12 AWG for 20A -- match the breaker.
  • NEC 2011+ requires a neutral conductor at every switch location in new work.

Originally published at https://circuitdiagrammaker.app/blog/switch-and-outlet-wiring-diagram.

Top comments (0)