The direct answer is that you cannot directly convert decibels (dB) to hertz (Hz) because they measure fundamentally different physical dimensions: dB is a logarithmic ratio of amplitude or power, while Hz is an absolute measure of frequency (cycles per second). However, if your actual question is, "At what frequency (Hz) does my signal drop by a specific number of decibels (dB)?", the answer requires knowing your circuit's cutoff frequency ($f_c$). For a standard first-order RC low-pass filter with a baseline cutoff of 1,000 Hz, a -6 dB voltage attenuation occurs at exactly 1,726.5 Hz. The formula used with values substituted is: $f = 1000 \times \sqrt{10^{(6/10)} - 1} = 1000 \times \sqrt{3.981 - 1} = 1726.5 \text{ Hz}$.
The Missing Link: Why dB and Hz Need a Transfer Function
Attempting to convert dB to Hz without a circuit context is like trying to convert miles to gallons; one measures distance, the other measures volume. In electronics, the bridge between these two units is the transfer function of a filter, typically visualized on a Bode plot where the X-axis is frequency (Hz) and the Y-axis is gain or attenuation (dB).
A common misconception is that system-level electrical properties dictate this relationship. To be explicit: the assumption that fixes the answer is the filter topology and the specific R, L, or C component values, not the system voltage, power factor (pf), or phase angle. A 10kΩ resistor and a 15.9nF capacitor will always create a 1kHz cutoff, regardless of the phase angle of the input signal.
Consequently, the conversion is entirely meaningless when the filter order, impedance, or transfer function is unknown. If a colleague hands you a spectrum analyzer reading showing a -12 dB drop and asks "what frequency is this?", you cannot answer without knowing whether the signal passed through a first-order passive RC filter (which rolls off at -20 dB/decade) or a second-order active Butterworth filter (which rolls off at -40 dB/decade). The dB value alone contains zero frequency data without the mathematical slope of the circuit it passed through.
Mains Voltage, Power Factor, and Phase: Do They Matter?
Another frequent point of confusion arises when mixing signal-domain math with power distribution. The dB-to-Hz relationship does not shift for 120V vs 230V vs 3-phase systems. Signal filtering is voltage-agnostic. A 1kHz low-pass filter built with an op-amp behaves identically whether it is processing a 3.3V logic signal from an ESP32 or a 12V audio signal from a mixer. The power factor (pf) and phase angle of the input waveform only dictate the instantaneous voltage at the moment of sampling; they do not alter the frequency-domain attenuation profile of the filter itself.
The only scenario where mains voltage and phase topology indirectly shift the Hz targets is in active harmonic filtering on 3-phase power grids. If you are designing a notch filter to eliminate the 5th harmonic on a 3-phase industrial supply, your target frequency shifts based on the regional grid standard. In North America (60Hz fundamental), the 5th harmonic is 300 Hz. In Europe or Australia (50Hz fundamental), the 5th harmonic is 250 Hz. However, the underlying math used to calculate the dB attenuation at those specific Hz targets remains completely unchanged. For deeper reading on grid harmonics, refer to the IEEE 519 standard guidelines on power quality.
Calculating Frequency from Decibel Attenuation (Worked Example)
To find the exact frequency ($f$) at a specific decibel attenuation ($A_{dB}$) for a first-order low-pass filter, we use the voltage transfer function rearranged to solve for frequency. The standard formula is:
$f = f_c \times \sqrt{10^{\frac{|A_{dB}|}{10}} - 1}$
Where $f_c$ is the -3 dB cutoff frequency. Below is a reference table showing how the target frequency shifts across a ±20% range of a nominal 1,000 Hz cutoff, calculating the exact Hz required to hit -6 dB and -12 dB attenuation points.
| Nominal Cutoff ($f_c$) | Frequency at -6 dB | Frequency at -12 dB | Filter Roll-off Context |
|---|---|---|---|
| 800 Hz (-20%) | 1,381.2 Hz | 3,022.4 Hz | First-order (-20 dB/dec) |
| 900 Hz (-10%) | 1,553.9 Hz | 3,400.2 Hz | First-order (-20 dB/dec) |
| 1,000 Hz (Baseline) | 1,726.5 Hz | 3,778.0 Hz | First-order (-20 dB/dec) |
| 1,100 Hz (+10%) | 1,899.2 Hz | 4,155.8 Hz | First-order (-20 dB/dec) |
| 1,200 Hz (+20%) | 2,071.8 Hz | 4,533.6 Hz | First-order (-20 dB/dec) |
Note: These calculations assume a voltage-based dB measurement ($20 \log_{10}(V_{out}/V_{in})$). If you are measuring power ($10 \log_{10}(P_{out}/P_{in})$), the multiplier inside the square root changes, yielding different Hz results. Always verify if your instrument is displaying dBm (power) or dBV (voltage).
Frequently Asked Questions
Can I convert a dBm power reading directly to a Hz frequency?
No. A dBm reading (e.g., -30 dBm) only tells you the absolute power level relative to 1 milliwatt. It contains zero information about the frequency of the signal. To map a dBm reading to a Hz frequency, you must sweep the input frequency while monitoring the output, effectively generating a Bode plot to find where the power drops to your target dBm level.
How do I find the -3 dB cutoff frequency if I only know the resistor and capacitor values?
The -3 dB cutoff frequency ($f_c$) is the exact point where the output voltage drops to 70.7% of the input voltage. For a standard RC filter, the formula is $f_c = \frac{1}{2 \pi R C}$. If you have a 10kΩ resistor and a 100nF capacitor, the calculation is $1 / (2 \times \pi \times 10,000 \times 0.0000001)$, which results in a cutoff of approximately 159.15 Hz. At this exact frequency, the signal is attenuated by -3 dB.
Why does my spectrum analyzer show both dB and Hz on the screen?
Your spectrum analyzer is not converting dB to Hz; it is plotting them on a Cartesian coordinate system. The X-axis represents the frequency span (Hz), and the Y-axis represents the amplitude (dB or dBm). This allows you to visually identify the frequency of specific signals and their relative power levels simultaneously. For more on instrument operation, consult All About Circuits' guide to filter theory.
Does the dB to Hz relationship change for second-order or higher filters?
Yes, drastically. A first-order filter attenuates at -20 dB per decade (meaning the signal drops 20 dB for every 10x increase in Hz past the cutoff). A second-order filter (like a Sallen-Key topology) attenuates at -40 dB per decade. Therefore, a -12 dB drop in a second-order filter occurs much closer to the cutoff frequency than it does in a first-order filter. You must always know the filter order ($n$) before attempting to calculate Hz from a dB drop, using the generalized formula: $f = f_c \times \sqrt{10^{\frac{|A_{dB}|}{10n}} - 1}$.






