The rheostat electrical symbol represents a two-terminal variable resistor used to control current flow in a circuit by adjusting resistance manually. While modern power electronics often rely on solid-state PWM controllers, heavy-duty wirewound and carbon-track rheostats remain standard in high-power motor starting, laboratory dummy loads, and legacy lighting controls. Understanding how this component is depicted across different global standards is critical for accurately reading schematics, designing CAD models, and troubleshooting legacy panels.

Complete Rheostat Symbol Reference Table

The following table maps the primary rheostat symbols you will encounter in schematics, detailing the governing standard, visual geometry, and practical application. Use this as your primary lookup when reverse-engineering a diagram.

Standard / RegionSymbol GeometryArrow StyleTerminal CountPractical Application
IEEE/ANSI (US)Zigzag lineDiagonal arrow crossing center2 (or 3 with 1 floating)US schematics, military docs, legacy textbooks
IEC 60617 (Global)RectangleDiagonal arrow crossing center2 (or 3 with 1 floating)EU, modern global CAD, industrial automation
Old UK (BS 3939)RectangleArrow pointing to center, not crossing2Pre-1990s British diagrams, legacy marine panels
Preset / TrimmerZigzag or RectArrow with a 'T' or box enclosure2 or 3PCB-mounted calibration, not panel-mount
Potentiometer (3-Term)Zigzag or RectArrow touching center, 3 distinct lines3Voltage division (strictly not a rheostat)

Regional Standards and Legacy Variants

The visual language of schematics is governed by regional standards bodies. If you are reading a IEEE 315 compliant diagram (standard in North America), the resistor body is drawn as a zigzag line. The rheostat variant adds a diagonal arrow striking through the center of the zigzag to indicate variability.

In contrast, the IEC 60617 standard, which dominates European and modern international CAD libraries, replaces the zigzag with a simple rectangle. The diagonal arrow remains identical in function and orientation. If you are working with older British equipment, you may encounter the superseded BS 3939 standard, which used the rectangle but drew the arrow merely pointing at the body rather than striking through it.

Which standard applies to you? If you are designing a new board or panel in 2026, default to IEC 60617 for international compatibility. If you are maintaining US-based industrial infrastructure or military hardware, you must be fluent in the IEEE/ANSI zigzag variants. Always check the title block of the schematic for the governing standard before assuming a symbol's meaning.

The "Rows People Get Wrong" Notes

When reading the reference table above, engineers and technicians frequently misinterpret three specific symbol variations. Here is how to avoid those traps:

  • The "Floating" Third Terminal: A strict rheostat is a two-terminal device. However, manufacturers rarely build dedicated two-terminal variable resistors for low-power applications; they build three-terminal potentiometers. In schematics, you will often see a three-terminal potentiometer symbol where the wiper (arrow) is electrically tied to one of the end terminals. This configuration converts the potentiometer into a rheostat. If the third terminal is drawn but left unconnected (floating), it is still functioning as a rheostat, but the floating terminal can act as an antenna for EMI in high-impedance circuits.
  • Preset/Trimmer Confusion: Do not confuse a panel-mount rheostat with a PCB-mount trimmer. Trimmers (often used for one-time factory calibration) are drawn with a 'T' on the arrow or enclosed in a dashed box. Panel-mount rheostats lack these modifiers and imply user-adjustable, high-wattage components.
  • Tapped Resistors vs. Rheostats: A resistor with multiple fixed taps (drawn with multiple arrows pointing to specific nodes along the zigzag/rectangle) is not a rheostat. It is a fixed tapped resistor. A rheostat implies continuous, smooth mechanical adjustment via a wiper.

Safe Interpretation When Markings Are Faded or Missing

On the workbench, you will frequently encounter physical rheostats where the silkscreen terminal markings (typically A, B, and W or 1, 2, and 3) have baked off due to decades of thermal cycling. Safely identifying the terminals requires a digital multimeter (DMM) and a strict safety protocol.

WARNING: High-Power Thermal Hazards
Wirewound rheostats used in motor starting or lighting banks can retain lethal voltages if connected to inductive loads, and their ceramic cores can retain severe heat long after de-energization. Always de-energize, lock out/tag out, verify dead with a tested CAT III/IV meter, and allow a minimum 30-minute cooldown before handling high-wattage rheostats.

Step-by-Step Terminal Identification:

  1. Set your DMM to Resistance (Ohms): Select a range higher than the expected maximum resistance of the component (e.g., 2kΩ for a 1kΩ rheostat).
  2. Identify the Fixed Ends: Place your probes on two terminals. Slowly rotate the shaft through its entire mechanical travel. If the resistance value remains completely static (e.g., a steady 500Ω), you have found the two fixed ends (Terminals 1 and 3).
  3. Identify the Wiper: Move one probe to the third terminal. Rotate the shaft again. The resistance should now sweep smoothly from near 0Ω up to the maximum value (500Ω). The terminal connected to the moving probe is the wiper.
  4. Check for Open Tracks: If the DMM reads 'OL' (Over Limit) or fluctuates wildly during the sweep, the carbon track is worn or the wirewound element is broken. The component is failed and must be replaced; do not attempt to bridge it.

Frequently Asked Questions

What is the difference between a rheostat symbol and a potentiometer symbol?

The core difference lies in the terminal count and the circuit function. A potentiometer symbol strictly shows three distinct connection points (two fixed ends and a wiper) and is used for voltage division (measuring or scaling voltage). A rheostat symbol shows only two connection points (one fixed end and the wiper) and is used for current limiting. In practice, because three-terminal pots are cheaper and more common, schematics often depict a three-terminal potentiometer symbol with a jumper wire connecting the wiper to one end, effectively creating a rheostat symbol.

How do I draw a rheostat symbol in KiCad or Altium?

In modern EDA tools like KiCad or Altium Designer, there is rarely a dedicated 'Rheostat' component in the base library. Instead, you place a standard potentiometer (e.g., R_POT_US or R_POT_EU in KiCad) and modify the schematic wiring. To represent a rheostat, route a wire from the wiper pin directly to one of the fixed end pins. For single-line diagrams or high-level block diagrams where strict IEEE/IEC compliance is required, you can create a custom schematic symbol using a two-pin resistor shape with a diagonal arrow, assigning it to a custom library part.

Why does my schematic show a rheostat with an arrow pointing through the resistor?

An arrow striking diagonally through the resistor body (whether zigzag or rectangular) is the universal modifier for 'variable' or 'adjustable'. If the arrow is a solid line, it indicates a user-adjustable panel-mount component (a rheostat or pot). If the arrow is crossed with a small perpendicular line at the tail, or features an arrowhead at both ends, it indicates a factory-adjustable trimmer or a non-linear taper (like an audio/logarithmic taper). Always trace the arrow to see if it connects to a third wire (potentiometer) or loops back to an existing node (rheostat).