SNR Calculator
Signal-to-noise ratio in dB from signal/noise power or amplitude. Dynamic range, noise floor, and conversion between power and amplitude SNR.
This free online snr calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Supports both metric (SI) and imperial units with built-in unit selection dropdowns on every input field, so you can work in whatever units your problem provides. Designed for engineering students and professionals working through coursework, design projects, or quick reference calculations.
Signal-to-Noise Ratio (SNR) Calculator
SNR (dB)
40.00 dB
SNR (linear)
10000.0000
Dynamic Range
40.00 dB
Noise-to-Signal
0.010%
Formulas
Amplitude: SNR(dB) = 20 log₁₀(S/N)
Power: SNR(dB) = 10 log₁₀(P_s/P_n)
Linear → dB: 10 log₁₀(ratio)
Convert
Power SNR: 40.00 dB
Amp SNR: 40.00 dB
S/N ratio: 10000.00:1
SNR vs Noise Level
Tip: hover to read values, click to pin a point for export
SNR Reference Guide
| SNR (dB) | Meaning | Yours |
|---|---|---|
| 0 dB | Signal = Noise | ✓ |
| 3 dB | Twice the signal power | ✓ |
| 6 dB | Twice the signal amplitude | ✓ |
| 10 dB | 10× signal power | ✓ |
| 20 dB | 100× signal power / 10× amplitude | ✓ |
| 40 dB | 10,000× signal power / 100× amplitude | ✓ |
| 60 dB | 1,000,000× signal power / 1,000× amplitude |
How to Use This Calculator
Enter your input values
Fill in all required input fields for the SNR Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.
Review your inputs
Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.
Read the results
The SNR Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.
Explore parameter sensitivity
Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.
When to Use This Calculator
- •Use the SNR Calculator when solving homework or exam problems that require quick numerical verification of your hand calculations — instant feedback helps identify arithmetic errors before they propagate.
- •Use it during the early design phase to rapidly iterate on parameters and narrow down feasible configurations before committing time to detailed finite element simulations or full design packages.
- •Use it when reviewing a colleague's calculation or checking a vendor's data sheet for plausibility — a quick sanity check can prevent costly downstream errors.
- •Use it to generate reference data for a technical report or presentation without manual computation, ensuring consistent, reproducible numbers throughout the document.
- •Use it in the field when a quick estimate is needed and a full engineering software package is not available.
About This Calculator
The SNR Calculator is a precision engineering calculation tool designed for students, engineers, and technical professionals. Signal-to-noise ratio in dB from signal/noise power or amplitude. Dynamic range, noise floor, and conversion between power and amplitude SNR. All calculations are performed using established engineering formulas from the relevant scientific literature and standards. Inputs support both metric (SI) and imperial unit systems, with unit conversion handled automatically — simply select your preferred unit from the dropdown next to each field. Results are computed instantly in the browser without sending data to a server, ensuring both speed and privacy. This calculator is intended as a supplementary tool for learning and design exploration; always verify results against authoritative references for safety-critical applications.
The Theory Behind It
Signal-to-noise ratio (SNR) is the ratio of signal power to noise power, typically expressed in decibels: SNR(dB) = 10·log₁₀(P_signal/P_noise) or 20·log₁₀(A_signal/A_noise) for amplitude ratios. Higher SNR means cleaner signal — the desired signal is larger compared to background noise. Typical values: audio CD quality ≈ 96 dB, good oscilloscope ≈ 60 dB, raw seismic data ≈ 20-30 dB, deep space communications ≈ 5-10 dB. SNR improves with: larger signals, lower noise, longer averaging (noise averages to zero while signal accumulates), and filtering out out-of-band noise. Dynamic range is the ratio between the largest and smallest signals an instrument can handle: DR(dB) = 20·log₁₀(max/min). Bit resolution: each bit in a digital conversion adds about 6 dB of SNR (6.02 dB + 1.76 dB for a full-scale sinusoid = 6.02·N + 1.76 dB theoretical maximum for N-bit ADC). A 16-bit ADC has theoretical SNR of 98 dB; 24-bit has 146 dB. Real-world SNR is lower due to jitter, thermal noise, and quantization distortion. Noise figure (NF) of an RF amplifier measures the degradation in SNR: NF(dB) = SNR_input(dB) − SNR_output(dB). Low noise figure (< 1 dB) indicates high-quality amplifier design.
Real-World Applications
- •Audio system design: compute expected SNR from component specifications and verify the system meets quality targets for recording or playback.
- •Communication link budget: calculate required transmitter power, receiver sensitivity, and SNR margin for wireless and optical links.
- •ADC selection: compute minimum bit depth needed for a given SNR target in an analog-to-digital conversion application.
- •Amplifier noise figure: characterize amplifier performance and compute cascaded noise figure for multi-stage amplifier chains.
- •Imaging systems: assess camera sensor noise performance and predict signal-to-noise ratio at various exposure settings.
Frequently Asked Questions
What is signal-to-noise ratio?
SNR = P_signal / P_noise, the ratio of desired signal power to background noise power. Typically expressed in decibels: SNR(dB) = 10·log₁₀(P_s/P_n). Higher SNR means cleaner signal. SNR is the key measure of signal quality in instrumentation, communications, audio, and imaging systems.
How do I convert between dB and power ratios?
dB = 10·log₁₀(P_signal/P_noise) for power ratios. dB = 20·log₁₀(V_signal/V_noise) for voltage ratios (because power scales as V²). 3 dB = factor of 2 in power. 6 dB = factor of 2 in voltage or factor of 4 in power. 10 dB = factor of 10 in power. 20 dB = factor of 100 in power.
What's dynamic range?
The ratio between the largest and smallest signals an instrument can measure, expressed in dB: DR = 20·log₁₀(max/min). For a 16-bit ADC with reference voltage 5V: max ≈ 5V, min ≈ 5V/65536 ≈ 76 μV, DR ≈ 96 dB. Dynamic range is the maximum SNR achievable for a single large-signal measurement; actual SNR for smaller signals is lower by the ratio of signal to full scale.
How much SNR does each ADC bit provide?
Each bit adds 6.02 dB to theoretical SNR. For an N-bit ADC with a full-scale sinusoidal input: SNR = 6.02·N + 1.76 dB. 8-bit ≈ 50 dB; 12-bit ≈ 74 dB; 16-bit ≈ 98 dB; 20-bit ≈ 122 dB; 24-bit ≈ 146 dB. Real SNR is 2-4 dB lower than theoretical due to jitter and nonlinearity, but this formula gives a good first estimate of needed bit depth.
What's noise figure?
Noise figure NF measures how much an amplifier degrades the SNR of a signal. NF = 10·log₁₀(SNR_in/SNR_out) in dB. Perfect amplifier: NF = 0 dB (no degradation). Real amplifiers: 1-10 dB depending on quality and frequency. For cascaded amplifiers (Friis formula), the first-stage NF dominates the total — which is why low-noise amplifiers (LNA) are placed first in receiver chains.
Related Calculators
Uncertainty Propagation Calculator
RSS uncertainty propagation for sum, product, quotient, power, or custom formula. Shows contribution of each measurement to total uncertainty.
Sensor Calibration Calculator
Best-fit sensitivity, linearity error, hysteresis, accuracy, and precision from calibration data pairs. Calibration curve chart with up/down sweep.
Strain Gauge Calculator
Quarter, half, and full Wheatstone bridge configurations. Compute strain ε = ΔV/(V×GF×n) and stress from gauge factor and bridge voltages.
Thermocouple Reference Calculator
Types J, K, T, E, R, S, N. Temperature → voltage or voltage → temperature with cold junction compensation and type comparison chart.
Measurement Resolution Calculator
ADC bits and voltage range → resolution (LSB), quantization error, dynamic range (dB), ENOB. ENOB from measured SINAD. Bit-resolution comparison.
Engineering Unit Conversion Factors
Searchable reference of 60+ unit conversion factors across length, mass, force, pressure, energy, power, temperature, volume, flow rate, and torque. Click to copy.
References & Further Reading
Embed this calculator on your site
Paste this snippet into your blog, course page, or documentation to drop a live, interactive SNR Calculator into your page.
Free to embed — includes a link back to MegaCalc.