VCC is the positive power supply voltage in an electronic circuit. The abbreviation stands for “Voltage at the Common Collector,” a reference to the collector terminal of bipolar junction transistors (BJTs) that dominated early semiconductor design. Today, you’ll see VCC labeled on circuit boards, datasheets, and chip pinouts as shorthand for “this is where the positive voltage connects.”
Where the Name Comes From
In a basic transistor circuit, one of the three terminals (the collector) is often tied directly to the power supply. When many transistors in a circuit share that same supply connection, it becomes the “common collector” voltage. The double C in VCC follows a subscript convention in electronics where repeating the letter indicates a supply rail rather than a voltage measured at a single point. So VC means the voltage at one collector, while VCC means the supply voltage shared across all collectors in the circuit.
This naming convention extends to other terminals too. VEE refers to the voltage at the emitter (the negative supply or ground in BJT circuits), VDD is the positive supply for circuits using MOSFETs (named after the drain terminal), and VSS is the MOSFET equivalent of ground (named after the source terminal).
VCC vs. VDD
If you’ve seen both VCC and VDD on datasheets and wondered whether they mean the same thing, the answer is: almost, but not quite. Both refer to the positive supply voltage, but they come from different transistor families. VCC belongs to circuits built around bipolar junction transistors, while VDD belongs to circuits built around MOSFETs and CMOS technology.
In practice, VCC shows up most often in analog circuits, power supply designs, and older logic families like the classic 7400-series TTL chips. VDD is more common in modern digital electronics: microcontrollers, CMOS logic, and low-power digital systems. Many engineers and datasheets use the terms loosely or interchangeably, especially on modern chips that mix both transistor types internally. Operational amplifiers, for example, often use VCC and VEE to label their positive and negative supply pins even though they contain both BJT and FET components inside.
Common VCC Voltage Levels
There’s no single “correct” VCC voltage. It depends entirely on the chip and the logic family it belongs to. The classic TTL 7400 series runs on a VCC of 4.5 to 5.5 V, which is why 5 V became the standard supply voltage for decades of digital electronics. Older logic families like LS, AS, and ABT all operate in that same 4.5 to 5.5 V range.
As chips shrank and power consumption became a bigger concern, supply voltages dropped. Modern low-voltage logic families accept a wide range of VCC levels. The LVC family, widely used today, operates from 1.65 to 3.6 V. The AUP family can run on as little as 0.8 V, which is useful in battery-powered and ultra-low-power designs. Texas Instruments documents logic standards ranging from 5 V all the way down to 0.8 V, reflecting the steady push toward lower voltages in modern processors and embedded systems.
When you’re working with a specific chip, always check its datasheet for the acceptable VCC range. Supplying too much voltage can damage the chip. Supplying too little can cause unreliable operation, where the chip partially works but produces unpredictable outputs.
What VCC Actually Does in a Circuit
VCC provides the energy that makes everything in a circuit function. In a BJT amplifier, for instance, the collector voltage equals VCC when no current is flowing, and it drops as the transistor turns on and begins conducting. The difference between VCC and the voltage at other points in the circuit is what allows the transistor to amplify signals or switch between on and off states.
In digital logic chips, VCC defines what counts as a “high” signal. A logic gate powered by 3.3 V VCC treats voltages near 3.3 V as a logical 1 and voltages near 0 V as a logical 0. Change the VCC to 1.8 V, and those thresholds shift accordingly. This is why mixing chips with different VCC levels on the same board requires level-shifting circuits to translate signals between them.
Finding VCC on a Chip
On most integrated circuits in DIP packages (the rectangular chips with legs on two sides), VCC and ground sit on diagonally opposite corners. This convention dates back to early IC design, when placing power and ground at opposite ends of the package made circuit board routing easier. A typical 14-pin logic chip places VCC on pin 14 (top right) and ground on pin 7 (bottom left).
Surface-mount packages sometimes place power pins at mid-points on opposite sides of the chip, or on dedicated pads underneath the package. The supply lines inside the chip run around its entire perimeter because every input and output pad needs access to VCC and ground for its internal protection circuitry.
Keeping VCC Clean and Stable
A steady VCC is critical for reliable circuit operation. When a chip switches states, it draws a brief spike of current from the power supply. If VCC dips even slightly during that spike, it can cause glitches in neighboring circuits. This is especially problematic with fast digital chips that switch millions of times per second.
The standard solution is placing small capacitors, called bypass or decoupling capacitors, between the VCC pin and ground. These capacitors act as tiny local energy reserves, supplying the burst of current the chip needs during switching so that the main power supply doesn’t have to respond instantly. The key rule is placement: these capacitors should sit as close to the chip’s VCC and ground pins as physically possible. Distance adds parasitic inductance (unwanted resistance to fast current changes), which defeats the purpose.
Using multiple smaller capacitors in parallel is more effective than one large one, because the parallel arrangement reduces overall inductance. On a typical circuit board, you’ll see a 100 nF ceramic capacitor right next to each chip’s power pins, sometimes paired with a larger capacitor nearby for slower fluctuations.
Dual-Supply Circuits
Some circuits need both positive and negative voltages relative to a center reference point. Audio amplifiers and precision analog circuits often fall into this category. In these designs, VCC serves as the positive rail and VEE serves as the negative rail. You might connect VCC to +12 V and VEE to -12 V, giving the circuit a total 24 V swing to work with. In simpler single-supply designs, VEE just connects to ground (0 V), and the circuit operates between VCC and zero.
Op-amp datasheets commonly label their power pins as VCC and VEE (or sometimes V+ and V-), regardless of which transistor technology is used inside. This is one of those places where the original BJT-derived naming has stuck around purely out of convention.

