# Peak Voltage Calculator > Calculate peak voltage from RMS voltage or peak-to-peak voltage for AC circuits **Category:** Conversion **Keywords:** peak voltage, RMS, AC, electrical, voltage conversion, Vpeak, amplitude, root mean square, peak-to-peak, Vpp, Vrms, alternating current, electronics **URL:** https://complete.tools/peak-voltage-calculator ## How it calculates The calculator uses two fundamental formulas depending on the input type: **From RMS Voltage:** Vpeak = Vrms x sqrt(2) Where sqrt(2) is approximately 1.41421356. This relationship exists because for a pure sinusoidal waveform, the RMS value is the peak value divided by the square root of 2. **From Peak-to-Peak Voltage:** Vpeak = Vpp / 2 The peak-to-peak voltage spans from the negative peak to the positive peak, so the peak voltage is exactly half of this value. **Related Conversions:** - Vrms = Vpeak / sqrt(2) - Vpp = Vpeak x 2 - Vpp = Vrms x 2 x sqrt(2) ## Who should use this - **Electricians**: Calculating wire and component ratings based on peak voltage levels in AC circuits - **Electronics Engineers**: Designing circuits that interface with AC signals, ensuring components can handle peak voltage stress - **Audio Engineers**: Working with audio signals where peak voltage determines headroom and clipping levels - **Students**: Learning about AC circuit analysis and the relationships between different voltage measurements - **Technicians**: Troubleshooting AC power systems and verifying oscilloscope measurements - **Hobbyists**: Building power supplies, amplifiers, and other projects involving AC-to-DC conversion ## Common applications - **Power Supply Design**: Determining capacitor voltage ratings and transformer specifications based on peak AC input voltage - **Audio Equipment**: Calculating amplifier headroom and speaker protection thresholds - **Oscilloscope Measurements**: Converting between oscilloscope readings (typically peak or peak-to-peak) and multimeter readings (typically RMS) - **Component Selection**: Choosing capacitors, diodes, and other components with appropriate voltage ratings - **AC Motor Analysis**: Understanding voltage stress on motor windings - **Signal Processing**: Analog-to-digital converter input range planning ## Worked examples **Example 1:** A standard US household outlet provides 120V RMS. What is the peak voltage? Vpeak = 120V x 1.41421 = 169.7V This means the voltage actually swings between approximately +170V and -170V. **Example 2:** An oscilloscope shows a 10V peak-to-peak sine wave. What is the RMS voltage? First, find peak: Vpeak = 10V / 2 = 5V Then, find RMS: Vrms = 5V / 1.41421 = 3.54V **Example 3:** European mains voltage is 230V RMS. Calculate the peak-to-peak voltage. Vpeak = 230V x 1.41421 = 325.3V Vpp = 325.3V x 2 = 650.5V ## Limitations This calculator assumes a pure sinusoidal waveform. For non-sinusoidal waveforms such as square waves, triangle waves, or complex signals, the relationship between RMS and peak voltage differs. The sqrt(2) factor only applies to sine waves. For other waveform types, different form factors must be used. Additionally, real-world signals may contain harmonics or noise that affect the relationship between measured values. ## FAQs **Q:** Why is peak voltage higher than RMS voltage? **A:** RMS voltage is an averaged measure that represents the equivalent DC voltage that would produce the same heating effect. Peak voltage is the maximum instantaneous value, which occurs only briefly during each cycle. The sqrt(2) factor relates these two measurements for sinusoidal waveforms. **Q:** Which voltage measurement should I use for component ratings? **A:** For voltage ratings of capacitors and insulation, always use peak voltage (or peak-to-peak for bipolar signals). For power calculations and current-limiting resistors, use RMS values. **Q:** Does this calculator work for DC voltage? **A:** DC voltage has no oscillation, so peak, RMS, and average values are all equal. This calculator is specifically designed for AC (alternating current) sinusoidal signals. **Q:** What is the peak-to-peak voltage used for? **A:** Peak-to-peak voltage is commonly displayed on oscilloscopes and is useful for determining the total voltage swing of a signal, which is important for signal clipping analysis and ADC input range planning. --- *Generated from [complete.tools/peak-voltage-calculator](https://complete.tools/peak-voltage-calculator)*