A thermistor in an AC (alternating current) system is either a temperature-sensing NTC probe used to control HVAC compressors, or a power NTC disc placed on AC mains lines to limit inrush current into capacitive loads. What it changes in a real circuit is fundamental: it alters system behavior based on temperature—either feeding resistance data to a microcontroller to modulate a compressor's speed, or dropping its own internal resistance as it heats up to allow full AC mains current to flow after the initial turn-on surge. The most common and destructive confusion in DIY electronics is mixing up HVAC sensing thermistors (low power, high precision) with AC mains inrush limiters (high power, self-heating), which inevitably leads to exploded components or stalled compressors.

Safety Warning: Working with AC mains voltage (120V/240V) is lethal. Always de-energize the circuit, lock out the breaker, and verify zero voltage with a CAT III or CAT IV multimeter before handling inrush thermistors or HVAC control boards. Local codes may require a licensed electrician for hardwired mains connections.

The Two Faces of AC Thermistors (Sensing vs. Limiting)

Both types of AC thermistors rely on the Negative Temperature Coefficient (NTC) principle: as temperature rises, resistance falls. However, their physical construction and electrical roles are entirely different.

HVAC Sensing Thermistors

These are small, epoxy-coated beads or glass-encapsulated probes designed to measure ambient air or copper coil temperatures in mini-splits and central air conditioners. They operate at microamp current levels to prevent self-heating. The critical spec here isn't just the base resistance (usually 5kΩ, 10kΩ, 15kΩ, or 50kΩ at 25°C), but the Beta (β) value—typically 3435K or 3950K. The Beta value defines the exact curve of the resistance drop. If you replace a 15kΩ/3435K sensor with a 15kΩ/3950K sensor, the microcontroller's EEPROM lookup table will read the wrong temperature, throwing an E5 or F3 fault code.

AC Mains Inrush Limiters

These are heavy-duty, disc-shaped power components placed in series with the AC hot line of power supplies. When a switched-mode power supply (SMPS) is turned on, its large bulk filter capacitors act like a dead short. Think of an inrush thermistor like a traffic bottleneck that dynamically adds lanes as the initial rush of cars (current) clears out. The thermistor's high cold resistance chokes the surge, then it self-heats from the steady-state current, dropping its resistance to near-zero to minimize power loss during normal operation.

Worked Numeric Example: Sizing an AC Mains Inrush Thermistor

Let's size an inrush limiter for a DIY 500W AC-DC bench power supply running on a standard US 120V AC branch circuit, featuring a 400µF bulk filter capacitor.

  • Peak Mains Voltage: 120V RMS × 1.414 = 169.7V peak.
  • Steady-State Current: 500W / 120V = 4.17A RMS.
  • Unprotected Inrush: Assuming 0.2Ω for capacitor ESR and wiring, I = 169.7V / 0.2Ω = 848A. This will instantly trip a 15A breaker or vaporize a standard bridge rectifier.

To limit this, we select a thermistor with a cold resistance (R25) of 10Ω.

  • Protected Peak Inrush: I = 169.7V / (10Ω + 0.2Ω) = 16.6A. This is safe for the breaker and the rectifier diodes.
  • Steady-State Dissipation: As the 4.17A steady current flows, the thermistor heats up to roughly 60°C above ambient. Its resistance drops to about 1Ω. Power dissipated = I²R = (4.17A)² × 1Ω = 17.4W.

We must choose a part rated for at least 4.17A steady-state current to handle the thermal load without degrading. The Ametherm SL32 10005 (10Ω cold, 5A max steady state) is the exact fit for this calculation.

Where You Meet This in Practice

You will encounter AC thermistors in three primary scenarios on the bench or in the field:

  1. Mini-Split HVAC Repair: A ductless AC unit refuses to heat or cool and flashes an error code. You test the coil and ambient sensors with a multimeter. If the 15kΩ sensor reads 12kΩ at a verified 77°F (25°C) room temperature, the bead has drifted out of tolerance and the board is rejecting it.
  2. DIY AC-DC Power Supplies: You are building a linear or switching power supply from a salvaged microwave transformer or an off-the-shelf SMPS module. Without an inrush NTC on the primary AC side, your mains fuse blows every time you flip the toggle switch.
  3. Motor Soft-Starts: Large AC induction motors (like a 3HP table saw or air compressor) draw massive locked-rotor current. While true soft-starters use TRIACs, simpler designs use high-joule NTC thermistors to blunt the initial mechanical and electrical shock to the breaker panel.

Decision Path: Which AC Thermistor Do You Need?

Use this decision tree to select the correct component for your specific AC application.

Your Goal Circuit Location Required Type Key Specs to Match
Measure air or pipe temp for an HVAC control board Low-voltage DC sensor input (usually 5V pull-up) HVAC Sensing NTC Probe Base R (e.g., 10kΩ) AND Beta (β) value (e.g., 3435K)
Prevent breaker tripping when turning on a high-wattage AC-DC PSU Series with AC Mains Hot line, before the bridge rectifier Power Inrush NTC Disc Cold Resistance (R25) and Max Steady-State Current (Amps)
Protect a sensitive AC load from voltage sags during motor startup Parallel with motor windings (rare) or series with motor feed High-Joule Power NTC Max Joule rating and physical thermal mass
The Default Concrete Pick: If you are building or repairing a standard DIY AC-DC power supply, bench supply, or audio amplifier running under 600W on 120V AC, stop searching and buy the Ametherm SL32 10005. It provides 10Ω of cold protection and handles 5A steady-state, covering 90% of hobbyist mains-inrush needs. If you are repairing a standard ductless mini-split, buy a 15kΩ 25°C NTC probe with a 3435K Beta (commonly sold as generic OEM replacements for Pioneer or Senville units).

Common Mistakes and Failure Modes

The Hot Restart Problem: Inrush limiters rely on being cold to work. If you turn off your 500W power supply and immediately turn it back on three seconds later, the thermistor is still hot (1Ω). It will offer almost zero resistance, and the inrush spike will hit the capacitors unprotected. If your application requires rapid power cycling, you must use an active NTC bypass circuit (a relay that shorts out the thermistor after startup) rather than a standalone passive thermistor.

Using a Sensor on Mains: Soldering a tiny 10kΩ HVAC sensing bead in series with a 120V AC line will result in a catastrophic failure. The microamp-rated epoxy will instantly flash-vaporize when 4 amps of mains current attempts to pass through it. Always verify the physical size and datasheet current rating; power thermistors are thick discs (15mm-32mm diameter), while sensors are tiny beads (2mm-5mm).

Ignoring the Beta Value in HVAC: Replacing a broken AC sensor with one that has the correct resistance at room temperature but the wrong Beta curve. The sensor will read correctly at 70°F, but when the evaporator coil drops to 45°F, the resistance will deviate from the microcontroller's expected map, causing the compressor to short-cycle or freeze the coil.

FAQ: AC Thermistor Troubleshooting

Why does my mini-split throw an E5 or F3 error after I replaced the thermistor?

These codes typically indicate a sensor open/short or out-of-range value. If you replaced the sensor, you likely mismatched the Beta (β) value or the base resistance. Check the service manual for the exact kΩ rating at 25°C (77°F) and the required Beta constant. Measure your replacement sensor with a multimeter while holding it in your hand; if the resistance doesn't drop smoothly and predictably, the part is defective or incorrect.

Can I bypass a blown AC inrush thermistor with a jumper wire to get my amp working?

No. While the amplifier will turn on once, the moment the power switch is closed, the uncontrolled inrush current will likely blow the main glass fuse, destroy the bridge rectifier diodes, or weld the power switch contacts shut. Replace it with an identical NTC power disc. If the thermistor blew in the first place, check your bulk capacitors for shorts, as a healthy thermistor rarely fails unless the downstream circuit is drawing excessive continuous current.

How do I test an inrush current limiter with a multimeter?

Set your multimeter to the Ohms (Ω) range. With the thermistor disconnected from the circuit and at room temperature (approx 25°C / 77°F), place the probes on the leads. A healthy Ametherm SL32 10005 should read very close to 10Ω. If it reads infinite (open), it has cracked internally from thermal shock and must be replaced. If it reads near 0Ω, it has shorted out and failed catastrophically.

For further reading on component selection, refer to the Ametherm Inrush Current Limiter Guide for power supply design, and consult Electronics Tutorials on Thermistors for the underlying physics of the Beta parameter in sensing applications.