RMS, Peak and Peak-to-Peak Values
When someone says a signal is "3 volts AC," what exactly do they mean? The voltage is constantly changing — swinging from positive to negative and back again thousands of times per second. Which point in that swing do we call "3 volts"? The answer depends on what the measurement is for. Engineers use three different ways to express the amplitude of an AC signal — RMS, peak, and peak-to-peak — each suited to a different purpose. Confusing them leads to errors in circuit design, incorrect power calculations, and mismatched component ratings.
A sine wave showing all three amplitude measures. Vpeak is the maximum excursion from zero. Vpp is the total swing from most negative to most positive. Vrms (0.707 × Vpeak) is the DC-equivalent heating value.
View LargerThe Problem with "AC Voltage"
A DC voltage of 12 V is simple: it stays at 12 V all the time. To describe it, one number is enough. An AC voltage is different — at any instant it could be at its positive peak, passing through zero on the way down, at its negative peak, or anywhere in between. If you connect a voltmeter to an AC source and it reads "120 V," which 120 V does it mean?
The answer requires agreeing on a standard measure. Historically, three measures have proven useful for different purposes, and electrical engineers use all three routinely. Understanding which measure a specification or instrument uses is not optional — it is fundamental to avoiding expensive mistakes in circuit design and component selection.
Peak Value
The peak value (Vpeak, also written Vp or Vmax) is the maximum amplitude the waveform reaches, measured from the zero reference line to the crest of the waveform. For a symmetric sine wave, the positive and negative peaks have equal magnitude, so we usually refer to a single peak value with the understanding that the negative peak is the same magnitude.
Peak voltage is what determines whether a component will be destroyed. A capacitor rated at 50 V will be damaged if the AC signal across it has a peak voltage exceeding 50 V — even if the RMS voltage is only 35 V. This is why component voltage ratings must always be compared against the peak voltage, not the RMS voltage.
Oscilloscopes measure peak voltage directly. When you look at a waveform on a scope screen and measure from the baseline to the top of the waveform, you are reading the peak voltage. This makes the scope more useful than a multimeter for checking component voltage stress in high-voltage circuits.
Peak-to-Peak Value
The peak-to-peak value (Vpp, also written Vp-p) is the total voltage swing — from the most negative point of the waveform to the most positive point. For a symmetric sine wave:
Vpp = 2 × Vpeak
The peak-to-peak value is the most natural measurement to take from an oscilloscope, because you measure from the bottom of the waveform to the top without needing to find the zero-volt baseline. Many scope measurements are stated in peak-to-peak form for this reason.
In digital electronics, peak-to-peak voltage is critical because it determines whether a signal will properly toggle a logic input. A 3.3 V logic system requires signals that swing between 0 V and 3.3 V — a peak-to-peak swing of 3.3 V. An AC-coupled amplifier's output might have a much larger peak-to-peak swing with the midpoint sitting at a DC bias voltage rather than at ground.
RMS Value — The Power-Equivalent Value
The root-mean-square (RMS) value is the most important measure for power calculations, and it is what your multimeter reports. The RMS voltage of an AC signal is defined as the DC voltage that would deliver exactly the same amount of power to a resistive load.
To understand where RMS comes from, think about it step by step. Power in a resistor is P = V²/R. For a DC circuit this is simple. For an AC circuit, the instantaneous power varies continuously as the voltage swings up and down. To find the average power, you need the average of V² (not the average of V, which would be zero for a symmetric sine wave). Take the average of V², then take the square root to get back to a voltage quantity — that is the root of the mean of the square, or RMS.
For a sine wave specifically, the mathematical derivation gives a simple result:
Vrms = Vpeak / √2 = Vpeak × 0.7071
The factor 1/√2 ≈ 0.7071 applies only to sine waves. Square waves have Vrms = Vpeak. Triangle waves have Vrms = Vpeak / √3.
This 0.707 factor is worth memorizing — it appears constantly in AC circuit calculations. It means the RMS value of a sine wave is about 70.7% of its peak value. Conversely, the peak value is about 141% (√2 times) the RMS value.
The US electrical grid is rated at 120 V RMS. What is the peak voltage?
Vpeak = Vrms × √2 = 120 × 1.4142 = 169.7 V ≈ 170 V
What is the peak-to-peak voltage?
Vpp = 2 × Vpeak = 2 × 169.7 = 339.4 V ≈ 340 V
Important consequence: Capacitors in line voltage-powered equipment must withstand nearly 170 V peak, not 120 V. A 150 V rated capacitor would fail immediately on 120 V RMS line voltage. Always use at least 200 V rated capacitors, with 250 V as a better safety margin.
Your oscilloscope shows an RF signal with a peak-to-peak amplitude of 14.14 V across a 50-ohm dummy load. What is the RMS voltage, and what RF power is being delivered?
Vpeak = Vpp / 2 = 14.14 / 2 = 7.07 V
Vrms = 7.07 / √2 = 7.07 × 0.707 = 5.0 V
P = Vrms² / R = 5.0² / 50 = 25 / 50 = 0.5 W
Half a watt into 50 ohms produces 5 V RMS, 7.07 V peak, and 14.14 V peak-to-peak.
A QRP transmitter is rated at 5 W output into 50 ohms. What peak and peak-to-peak voltages would an oscilloscope show across the load?
Vrms = √(P × R) = √(5 × 50) = √250 = 15.81 V
Vpeak = 15.81 × √2 = 15.81 × 1.414 = 22.36 V
Vpp = 2 × 22.36 = 44.72 V
The oscilloscope would show a signal spanning nearly 45 V peak-to-peak, even though the power is only 5 W and the RMS voltage is about 15.8 V. This illustrates why oscilloscope probes must be chosen with adequate voltage rating even for low-power RF work.
Conversion Formulas
The following table summarizes all six conversion directions between the three amplitude measures, for sine waves specifically:
| Convert from | Convert to | Formula | Example (Vrms = 120 V) |
|---|---|---|---|
| RMS | Peak | Vpeak = Vrms × √2 = Vrms × 1.4142 | 120 × 1.4142 = 169.7 V |
| RMS | Peak-to-peak | Vpp = Vrms × 2√2 = Vrms × 2.8284 | 120 × 2.8284 = 339.4 V |
| Peak | RMS | Vrms = Vpeak / √2 = Vpeak × 0.7071 | 169.7 × 0.7071 = 120.0 V |
| Peak | Peak-to-peak | Vpp = 2 × Vpeak | 2 × 169.7 = 339.4 V |
| Peak-to-peak | Peak | Vpeak = Vpp / 2 | 339.4 / 2 = 169.7 V |
| Peak-to-peak | RMS | Vrms = Vpp / (2√2) = Vpp × 0.3536 | 339.4 × 0.3536 = 120.0 V |
The crest factor of a waveform is the ratio of its peak value to its RMS value. For a sine wave, the crest factor is √2 ≈ 1.414. A square wave has a crest factor of exactly 1 (since the peak and RMS are the same). Knowing the crest factor is important when using non-true-RMS meters, as discussed below.
RMS / Peak / Peak-to-Peak Calculator
AC Amplitude Converter
Enter any one AC voltage value and select its type. The calculator converts to all three measures assuming a pure sine wave.
Which Value to Use and When
The three amplitude measures are each correct — they just describe different aspects of the same waveform. The key is knowing which one a specification or instrument is referring to.
Use RMS for power calculations. Power = Vrms² / R. If you use peak or peak-to-peak voltage in the power formula without converting to RMS first, you will get the wrong answer. Your multimeter reads RMS (for true-RMS meters — see below). AC power specifications are always in RMS. When a transmitter is rated at "100 watts," the output voltage is the RMS voltage that produces 100 W into the rated load impedance.
Use peak for component voltage ratings. A capacitor, transistor, diode, or any other component must withstand the peak voltage, not the RMS voltage. If the peak voltage exceeds the component's voltage rating, the component may fail — even if the RMS voltage appears safe.
Use peak-to-peak when reading oscilloscope displays. It is the easiest measurement to take from a scope screen. Once you have Vpp, divide by 2√2 to get RMS, or divide by 2 to get Vpeak.
True-RMS vs. Average-Responding Meters
Not all multimeters measure RMS accurately for non-sine waveforms. The difference matters more than most beginners realize.
Average-responding meters (most inexpensive multimeters) measure the average of the rectified AC voltage and then multiply by 1.111 (which is the ratio of RMS to average for a sine wave) to display an approximate RMS reading. This gives exactly the correct answer for sine waves, but can be significantly wrong for square waves, pulse trains, or any distorted waveform. A square wave at 10 V RMS would be misread as approximately 11.1 V by an average-responding meter.
True-RMS meters compute the actual root-mean-square value by squaring the instantaneous voltages, averaging, and taking the square root — the mathematically correct operation. They report correct RMS for any waveform shape. For ham radio work — where signals may be pulsed, clipped, or distorted — a true-RMS meter gives reliable readings. Most bench-grade meters (Fluke 87, Klein CL800, etc.) are true-RMS; most basic meters sold at hardware stores are not.
Ham Radio Applications
Understanding these three amplitude measures connects directly to several practical ham radio situations:
Transmitter power output. RF power into 50 ohms is P = Vrms² / 50. To check your 100 W transmitter with an oscilloscope, calculate the expected peak-to-peak voltage: Vrms = √(100 × 50) = 70.7 V; Vpeak = 70.7 × 1.414 = 100 V; Vpp = 200 V. If your scope shows 200 V peak-to-peak across the dummy load, the transmitter is delivering exactly 100 W.
Peak Envelope Power (PEP). For SSB transmissions, the carrier power varies with audio modulation. PEP is measured at the peak of the modulation envelope — the highest instantaneous power. Regulations specify PEP, not average power, for SSB. A typical SSB transceiver running 100 W PEP will have average power much lower, depending on the audio content.
Capacitor selection in power supplies. If you are building a power supply for a 12 V regulated output, the transformer secondary might be 12 V RMS. After rectification (a 0.7 V diode drop) the peak voltage reaching the filter capacitors is 12 × √2 − 0.7 = 16.3 V. The filter capacitors must be rated for at least 25 V, with 35 V as a sensible safety margin.
Signal generator output levels. When connecting a signal generator to a receiver for sensitivity testing, the generator's output is typically specified in dBm or in µV RMS into 50 ohms. A signal of 1 µV RMS at 50 ohms corresponds to a power level of −107 dBm — near the noise floor of a good HF receiver.
Frequently Asked Questions
Why is the RMS factor 0.707 and not some other number?
The factor comes from integrating the square of a sine function over one complete cycle. Mathematically, the average of sin²(θ) over a full cycle is exactly 1/2. The RMS value is √(1/2 × Vpeak²) = Vpeak/√2 ≈ 0.7071 × Vpeak. The factor 1/√2 is exact — the decimal 0.7071 is just its numerical approximation. You will sometimes see this factor written as 0.707 (three significant figures) or 1/√2 or √2/2, all referring to the same exact value.
Does RMS apply to current as well as voltage?
Yes, in exactly the same way. Irms = Ipeak / √2 for a sine wave. The RMS current is the DC-equivalent current that would produce the same power dissipation in a resistor: P = Irms² × R. When you read the current specification on a fuse — say a 1 A fuse — that rating is the maximum RMS current the fuse can carry continuously. The peak current in an AC circuit would be 1 × √2 = 1.414 A for the same RMS value, but fuses rated for AC applications account for this.
My multimeter shows 120 V on the wall outlet. What is it actually measuring?
It is measuring the RMS voltage, which for the US line voltage sine wave is 120 V. The actual peak voltage at that outlet is 120 × √2 ≈ 169.7 V, and the peak-to-peak voltage is about 339 V. The multimeter's indication of "120 V" is the RMS value — the DC-equivalent voltage that delivers the same power to a resistive load. When you plug in a 100 W incandescent bulb (a purely resistive load), it draws P/V = 100/120 = 0.833 A RMS and dissipates 100 W, exactly as it would from a 120 V DC source.
Test Your Knowledge
Answer the questions below to check your understanding. Every answer can be found in the lesson above.