Alternating Current (AC) is an electrical current where the flow of electrons periodically reverses direction, typically following a sinusoidal waveform. When asking what uses AC current, the direct answer is: the macro-level power grid, heavy industrial machinery, induction motors, and resistive heating elements use AC natively, while the vast majority of modern plug-in electronics immediately rectify that AC into DC internally.
The Core Physics: What AC Actually Changes in a Circuit
What AC changes in a real installation is the ability to use magnetic induction to step voltages up or down efficiently, and the natural creation of a rotating magnetic field in stator windings. Because the current crosses zero 120 times a second (on a 60Hz grid), transformers can easily multiply or divide the voltage. This is why the U.S. Energy Information Administration (EIA) notes that AC dominates grid transmission; stepping voltage up to 345,000V minimizes I²R heat losses over hundreds of miles of wire.
People commonly confuse "AC power" with "anything that plugs into the wall." They assume that because a laptop or TV plugs into an AC outlet, the device itself runs on AC. In reality, the internal logic boards and screens only understand DC. The heavy brick on your laptop cord or the hidden Switch Mode Power Supply (SMPS) inside your TV is an AC-to-DC converter. The device uses DC; only the power supply uses AC.
Worked Example: 120V RMS vs. Peak Voltage on a Branch Circuit
To understand what AC current actually delivers to a component, you must distinguish between RMS (Root Mean Square) and Peak voltage. When a multimeter reads 120V on a standard US wall outlet, it is displaying the RMS value—the equivalent DC voltage that would produce the same heating effect in a resistor.
However, the sine wave actually peaks much higher. The formula for peak voltage is:
V_peak = V_RMS × √2
V_peak = 120V × 1.414 = 169.7V
Where You Meet AC in Practice (And What Secretly Uses DC)
On the jobsite or at the workbench, it is vital to know which loads are true AC consumers and which are just passing through. True AC loads rely on the alternating nature of the waveform to function.
- HVAC Compressors and Blower Motors: These use AC induction motors. The alternating current creates a naturally rotating magnetic field in the stator, which drags the rotor along without needing physical electrical contact (brushes) to the spinning part.
- Resistive Heating (Toasters, Baseboard Heaters, Water Heater Elements): These don't care about the direction of current flow; they just convert electron friction into heat. They use AC simply because it's what is available at the wall, and high-voltage AC keeps the current (and wire size) manageable.
- Universal Motors (Power Drills, Shop Vacs): These have brushes and a commutator. They are designed to run on AC or DC. When running on AC, the magnetic fields in both the stator and rotor reverse simultaneously, maintaining consistent torque.
Conversely, resources like All About Circuits highlight that LED lighting, variable-frequency drives (VFDs), and all microcontroller-based appliances (smart fridges, modern washing machines) immediately convert incoming AC to DC. The AC is just a delivery mechanism for them.
Decision Tree: Does Your Load or Project Need AC or DC?
When designing a system or replacing a component, use this decision path to determine if you should be working with AC directly or converting it.
| If your project needs... | Then choose... | Concrete Part / Value |
|---|---|---|
| High starting torque for a 120V air compressor or table saw | AC Capacitor-Start Induction Motor | Dayton 1/2 HP Capacitor-Start Motor (Model 1121) |
| Pure resistive heat with zero switching noise for a kiln | AC Resistive Element driven by a Solid State Relay | Omron G3NA-220B DC-AC SSR + Kanthal A-1 wire |
| Variable speed control for a 3D printer fan or extruder | DC Brushless Motor (Stepper or BLDC) | NEMA 17 Stepper (e.g., LDO-42STH38-1684A) |
| 12V DC for an ESP32 sensor node from a 120V wall outlet | Enclosed AC-DC Switching Power Supply | Mean Well IRM-10-12 (10W, 12V output) |
Frequently Asked Questions About AC Power
Can I run AC and DC wires in the same conduit?
Under NFPA National Electrical Code (NEC) article 300.3(C)(1), conductors of different systems (like 120V AC and 24V DC) can occupy the same raceway if the insulation of all wires is rated for the maximum voltage present in the conduit. However, from a practical bench perspective, keep low-voltage DC signal wires (like RS-485, I2C, or analog sensor lines) in a separate conduit from 120V/240V AC. The alternating magnetic field from the AC wires will induce noise (EMI) into the DC signal lines, causing erratic microcontroller behavior.
Why do large appliances use 240V AC instead of 120V?
Power equals Voltage multiplied by Current (P = V × I). A 4800W electric water heater drawing from 120V would pull 40 Amps. That requires expensive 8 AWG copper wire and a massive breaker. By using 240V AC (split-phase), the same heater pulls only 20 Amps, allowing you to use standard 12 AWG wire and a common 25A dual-pole breaker. The AC grid provides this 240V natively via the center-tapped transformer on your utility pole.
Is AC more dangerous than DC?
At standard mains voltages (120V-240V), AC is generally considered more dangerous than the equivalent DC voltage. The 50/60Hz frequency of AC current is perfectly tuned to cause sustained tetanic muscle contractions, meaning you may be unable to let go of the conductor. Furthermore, AC crosses zero, which can induce ventricular fibrillation in the heart more readily than DC, which tends to cause a single massive muscle spasm that often throws the victim clear of the source.
Ultimately, AC is the heavy lifter of the electrical world. It moves massive amounts of power across vast distances and spins heavy industrial motors with elegant simplicity. When you encounter a device that truly needs AC, respect the peak voltages and the magnetic fields it generates; when you encounter a device that just uses AC as a delivery truck for DC, focus your troubleshooting on the power supply bridge.






