Skip to main content

Microphone Sensitivity Calculator

Convert between microphone sensitivity specs in dBV, mV/Pa, and dBu. Enter values for instant results with step-by-step formulas.

Skip to calculator
Creative & Design

Microphone Sensitivity Calculator

Convert between microphone sensitivity specs in dBV, mV/Pa, and dBu. Calculate preamp gain requirements and output levels for any microphone.

Last updated: December 2025

Calculator

Adjust values & calculate
-40 dBV
40 dB
All Sensitivity Formats
-40.00
dBV
10.0000
mV/Pa
-37.79
dBu
Output at 94 dB SPL
10.0000 mV
-40.00 dBV
Output with Preamp
1.0000 V
0.00 dBV
Gain Needed for Line Level
28.0 dB
Est. EIN (dB-A)
54.0
Tip: Lower (more negative) dBV values indicate less sensitive microphones requiring more preamp gain. Condenser mics typically range from -25 to -38 dBV, while dynamic mics range from -50 to -60 dBV.
Your Result
dBV: -40.00 | mV/Pa: 10.0000 | dBu: -37.79 | Gain for line: 28.0 dB
Share Your Result
Understand the Math

Formula

dBV = 20 x log10(mV/1000) | dBu = dBV + 2.21

dBV is decibels referenced to 1 volt. mV/Pa is millivolts per pascal of sound pressure. dBu is decibels referenced to 0.775 volts. The 2.21 dB offset between dBV and dBu comes from 20 x log10(1/0.775).

Last reviewed: December 2025

Worked Examples

Example 1: Converting Condenser Mic Specs

A condenser microphone is rated at -34 dBV sensitivity. Convert to mV/Pa and dBu, and determine how much preamp gain is needed for line level.
Solution:
dBV to mV/Pa: mV/Pa = 10^(-34/20) x 1000 = 19.95 mV/Pa dBV to dBu: -34 + 2.21 = -31.79 dBu Line level target = -12 dBV Gain needed = -12 - (-34) = 22 dB of preamp gain Output at 94 dB SPL = 19.95 mV Output with 22 dB gain = 19.95 x 10^(22/20) = 251 mV
Result: 19.95 mV/Pa | -31.79 dBu | 22 dB preamp gain needed for line level

Example 2: Dynamic Mic Preamp Requirements

An SM57-type dynamic microphone has 1.6 mV/Pa sensitivity. What are the dBV and dBu values, and how much gain is needed?
Solution:
mV/Pa to dBV: 20 x log10(1.6/1000) = -55.92 dBV dBV to dBu: -55.92 + 2.21 = -53.71 dBu Line level target = -12 dBV Gain needed = -12 - (-55.92) = 43.92 dB Output at 94 dB SPL = 1.6 mV Output with 44 dB gain = 1.6 x 10^(44/20) = 253 mV
Result: -55.92 dBV | -53.71 dBu | 44 dB preamp gain needed for line level
Expert Insights

Background & Theory

The Microphone Sensitivity Calculator applies the following established principles and formulas. Computers represent all information using binary, a base-2 number system consisting solely of the digits 0 and 1, each called a bit. Because long binary strings are unwieldy, programmers routinely use octal (base 8) and hexadecimal (base 16) as compact shorthand. Converting between bases follows a consistent algorithm: divide the source number repeatedly by the target base, collecting remainders in reverse order. Hexadecimal digits A through F represent the values 10 through 15, allowing a single character to encode four binary bits, making it the preferred notation for memory addresses, color codes, and bytecode. Bitwise operations manipulate individual bits within integers. AND produces a 1 only when both input bits are 1, making it useful for masking. OR produces a 1 when either bit is 1 and is used for combining flags. XOR flips bits that differ, enabling simple toggle logic and efficient swap algorithms. NOT inverts every bit (one's complement), while left and right shifts multiply or divide by powers of two in constant time. Data storage units ascend in binary multiples of 1024: 8 bits form one byte, 1024 bytes form one kibibyte (KiB), 1024 KiB form one mebibyte (MiB), and so forth. Hard-drive manufacturers historically use decimal prefixes (1 KB = 1000 bytes), creating the persistent confusion between binary and decimal interpretations of the same label. The IEC standardized the binary prefixes KiB, MiB, GiB, and TiB in 1998 to resolve this ambiguity. Network bandwidth is measured in bits per second (bps), most commonly megabits per second (Mbps) or gigabits per second (Gbps). A 100 Mbps connection transfers 100 million bits every second, equating to roughly 12.5 megabytes per second. IP subnet masks define network boundaries; CIDR notation appends a prefix length (e.g., /24) to an address, indicating how many leading bits are fixed. A /24 subnet contains 256 addresses with 254 usable hosts. Algorithm efficiency is described using Big-O notation, which characterises the worst-case growth of time or space relative to input size. O(1) is constant, O(log n) is logarithmic (binary search), O(n) is linear, and O(nยฒ) is quadratic. Cryptographic hash functions like SHA-256 produce a fixed 256-bit (32-byte) digest regardless of input length. File compression algorithms exploit statistical redundancy to reduce storage footprint, and compression ratio equals the original file size divided by the compressed size.

History

The history behind the Microphone Sensitivity Calculator traces back through the following developments. The conceptual foundation of modern computing traces back to Charles Babbage, whose Analytical Engine design of 1837 introduced the idea of a general-purpose mechanical computer with separate storage and processing units, including what he called the Store and the Mill. Ada Lovelace wrote what many consider the first algorithm intended for machine execution while annotating a translation of Luigi Menabrea's account of Babbage's work, also recognising the machine's potential to manipulate symbols beyond mere numbers. George Boole published "The Laws of Thought" in 1854, formalising a two-valued algebra of logic that would later map perfectly to electrical circuits. It remained largely a mathematical curiosity until Claude Shannon's landmark 1937 master's thesis demonstrated that Boolean algebra could describe switching circuits, laying the theoretical groundwork for all digital electronics. Shannon's 1948 paper "A Mathematical Theory of Communication" defined the bit as the fundamental unit of information and established information theory as a rigorous discipline. The same year, the transistor was invented at Bell Labs by Bardeen, Brattain, and Shockley, eventually replacing vacuum tubes and enabling miniaturisation at scale. ENIAC, completed in 1945, was one of the first general-purpose electronic computers, occupying 1800 square feet and consuming 150 kilowatts of power while performing roughly 5000 additions per second. The ASCII standard was ratified in 1963, assigning 7-bit codes to 128 characters and enabling interoperability between computers from different manufacturers. Through the 1970s, the microprocessor consolidated an entire CPU onto a single chip; Intel's 4004 in 1971 marked the beginning of this trend. The Apple II launched in 1977 and the IBM PC in 1981 brought computing to homes and offices, triggering a mass-market software industry. Tim Berners-Lee proposed the World Wide Web in 1989 and launched the first website in 1991 at CERN, transforming the internet from an academic and military network into a global information infrastructure. Mobile computing accelerated through the 2000s with smartphones integrating powerful processors, wireless networking, and GPS into pocket-sized devices, extending computation into every facet of daily life and cementing TCP/IP as the universal communications fabric.

Share this calculator

Explore More

Frequently Asked Questions

Microphone sensitivity is a specification that indicates how much electrical output voltage a microphone produces for a given sound pressure level input, typically measured at 1 Pascal of pressure which corresponds to 94 dB SPL. Higher sensitivity means the microphone produces a stronger signal, requiring less amplification from a preamp. This matters because every stage of amplification adds noise to the signal chain. A more sensitive microphone paired with moderate preamp gain will typically produce a cleaner recording than a less sensitive microphone requiring high gain. Sensitivity is expressed in different units depending on the manufacturer and standard: dBV (decibels relative to 1 volt), mV/Pa (millivolts per pascal), and dBu (decibels relative to 0.775 volts).
These three units all express the same physical property but use different reference standards. dBV references 1 volt, so a sensitivity of -40 dBV means the output is 40 dB below 1 volt at 1 Pa input. mV/Pa directly states the millivolt output for 1 Pascal of sound pressure, making it the most intuitive unit. dBu references 0.775 volts, which is the voltage that produces 1 milliwatt across a 600-ohm load, a legacy from telephone engineering. The conversion between dBV and dBu is straightforward: dBu equals dBV plus 2.21 dB. To convert from mV/Pa to dBV, use the formula dBV equals 20 times log10 of the millivolt value divided by 1000. Understanding these conversions is essential when comparing microphones from different manufacturers who may use different specification standards.
Condenser microphones are generally the most sensitive, typically ranging from -25 to -35 dBV (56 to 18 mV/Pa). Their active electronics and lighter diaphragms allow them to produce higher output levels. Large-diaphragm condensers tend to be more sensitive than small-diaphragm models. Dynamic microphones, which use a moving coil and magnet, typically range from -50 to -60 dBV (3.2 to 1 mV/Pa). The Shure SM57 and SM58, for example, have sensitivities around -56 dBV (1.6 mV/Pa). Ribbon microphones are the least sensitive, often measuring -55 to -65 dBV (1.8 to 0.56 mV/Pa), which is why they require high-quality preamps with substantial clean gain. Active ribbon microphones with built-in amplifiers can achieve sensitivities comparable to condensers.
The relationship between microphone sensitivity and preamp gain is inversely proportional. A microphone with low sensitivity requires more preamp gain to reach a usable recording level, while a highly sensitive microphone needs less gain. The target is typically to reach line level, approximately -12 to -20 dBV, at your recording interface input. For a condenser microphone at -30 dBV, you might need 15 to 20 dB of preamp gain. For a dynamic microphone at -55 dBV, you would need 35 to 45 dB of gain. The critical consideration is that preamp noise increases with gain. Budget preamps with a noise floor of -125 dBV can introduce audible hiss when operated at 50 dB or more of gain, which is why pairing low-sensitivity microphones with high-quality, low-noise preamps is essential for professional results.
Equivalent noise level, also called self-noise or equivalent input noise, is the sound pressure level that would produce an output equal to the microphone inherent electrical noise. It is expressed in dB-A (A-weighted decibels SPL). Lower values indicate quieter microphones. A microphone with 14 dB-A self-noise is considered very quiet, suitable for recording ambient sounds and soft instruments. Self-noise of 20 dB-A is acceptable for most studio applications, while anything above 25 dB-A may be noticeable in quiet recording situations. Sensitivity affects this indirectly: a more sensitive microphone converts more acoustic energy to electrical signal, improving the signal-to-noise ratio before amplification. This is why condenser microphones, with their higher sensitivity, typically have better self-noise specifications than dynamic microphones.
Matching microphone sensitivity to your audio interface requires understanding the interface preamp specifications: maximum gain, noise floor, and input impedance. First, determine how much gain your preamp can provide, typically 40 to 65 dB for prosumer interfaces. Then check if that gain is sufficient to bring your microphone output to a healthy recording level. For a -55 dBV dynamic microphone recording a soft source at 60 dB SPL, the mic output would be approximately -89 dBV, requiring about 65 dB of gain to reach -24 dBV recording level. If your preamp maxes out at 55 dB, the signal will be too quiet. Solutions include using a cloudlifter or fethead inline preamp that adds 20 to 25 dB of clean gain before the interface, or choosing a more sensitive microphone for that application.
Educational Note: This calculator is provided for educational and informational purposes. Results are based on the formulas and inputs provided. Always verify important calculations independently. NovaCalculator processes calculator inputs client-side; optional analytics follow visitor consent settings. ยฉ 2024โ€“2026 NovaCalculator.

Share this calculator

Formula

dBV = 20 x log10(mV/1000) | dBu = dBV + 2.21

dBV is decibels referenced to 1 volt. mV/Pa is millivolts per pascal of sound pressure. dBu is decibels referenced to 0.775 volts. The 2.21 dB offset between dBV and dBu comes from 20 x log10(1/0.775).

Worked Examples

Example 1: Converting Condenser Mic Specs

Problem: A condenser microphone is rated at -34 dBV sensitivity. Convert to mV/Pa and dBu, and determine how much preamp gain is needed for line level.

Solution: dBV to mV/Pa: mV/Pa = 10^(-34/20) x 1000 = 19.95 mV/Pa\ndBV to dBu: -34 + 2.21 = -31.79 dBu\nLine level target = -12 dBV\nGain needed = -12 - (-34) = 22 dB of preamp gain\nOutput at 94 dB SPL = 19.95 mV\nOutput with 22 dB gain = 19.95 x 10^(22/20) = 251 mV

Result: 19.95 mV/Pa | -31.79 dBu | 22 dB preamp gain needed for line level

Example 2: Dynamic Mic Preamp Requirements

Problem: An SM57-type dynamic microphone has 1.6 mV/Pa sensitivity. What are the dBV and dBu values, and how much gain is needed?

Solution: mV/Pa to dBV: 20 x log10(1.6/1000) = -55.92 dBV\ndBV to dBu: -55.92 + 2.21 = -53.71 dBu\nLine level target = -12 dBV\nGain needed = -12 - (-55.92) = 43.92 dB\nOutput at 94 dB SPL = 1.6 mV\nOutput with 44 dB gain = 1.6 x 10^(44/20) = 253 mV

Result: -55.92 dBV | -53.71 dBu | 44 dB preamp gain needed for line level

Frequently Asked Questions

What is microphone sensitivity and why does it matter?

Microphone sensitivity is a specification that indicates how much electrical output voltage a microphone produces for a given sound pressure level input, typically measured at 1 Pascal of pressure which corresponds to 94 dB SPL. Higher sensitivity means the microphone produces a stronger signal, requiring less amplification from a preamp. This matters because every stage of amplification adds noise to the signal chain. A more sensitive microphone paired with moderate preamp gain will typically produce a cleaner recording than a less sensitive microphone requiring high gain. Sensitivity is expressed in different units depending on the manufacturer and standard: dBV (decibels relative to 1 volt), mV/Pa (millivolts per pascal), and dBu (decibels relative to 0.775 volts).

What is the difference between dBV, mV/Pa, and dBu sensitivity ratings?

These three units all express the same physical property but use different reference standards. dBV references 1 volt, so a sensitivity of -40 dBV means the output is 40 dB below 1 volt at 1 Pa input. mV/Pa directly states the millivolt output for 1 Pascal of sound pressure, making it the most intuitive unit. dBu references 0.775 volts, which is the voltage that produces 1 milliwatt across a 600-ohm load, a legacy from telephone engineering. The conversion between dBV and dBu is straightforward: dBu equals dBV plus 2.21 dB. To convert from mV/Pa to dBV, use the formula dBV equals 20 times log10 of the millivolt value divided by 1000. Understanding these conversions is essential when comparing microphones from different manufacturers who may use different specification standards.

What is a typical sensitivity range for different microphone types?

Condenser microphones are generally the most sensitive, typically ranging from -25 to -35 dBV (56 to 18 mV/Pa). Their active electronics and lighter diaphragms allow them to produce higher output levels. Large-diaphragm condensers tend to be more sensitive than small-diaphragm models. Dynamic microphones, which use a moving coil and magnet, typically range from -50 to -60 dBV (3.2 to 1 mV/Pa). The Shure SM57 and SM58, for example, have sensitivities around -56 dBV (1.6 mV/Pa). Ribbon microphones are the least sensitive, often measuring -55 to -65 dBV (1.8 to 0.56 mV/Pa), which is why they require high-quality preamps with substantial clean gain. Active ribbon microphones with built-in amplifiers can achieve sensitivities comparable to condensers.

How does microphone sensitivity affect preamp gain requirements?

The relationship between microphone sensitivity and preamp gain is inversely proportional. A microphone with low sensitivity requires more preamp gain to reach a usable recording level, while a highly sensitive microphone needs less gain. The target is typically to reach line level, approximately -12 to -20 dBV, at your recording interface input. For a condenser microphone at -30 dBV, you might need 15 to 20 dB of preamp gain. For a dynamic microphone at -55 dBV, you would need 35 to 45 dB of gain. The critical consideration is that preamp noise increases with gain. Budget preamps with a noise floor of -125 dBV can introduce audible hiss when operated at 50 dB or more of gain, which is why pairing low-sensitivity microphones with high-quality, low-noise preamps is essential for professional results.

What is equivalent noise level and how does sensitivity affect it?

Equivalent noise level, also called self-noise or equivalent input noise, is the sound pressure level that would produce an output equal to the microphone inherent electrical noise. It is expressed in dB-A (A-weighted decibels SPL). Lower values indicate quieter microphones. A microphone with 14 dB-A self-noise is considered very quiet, suitable for recording ambient sounds and soft instruments. Self-noise of 20 dB-A is acceptable for most studio applications, while anything above 25 dB-A may be noticeable in quiet recording situations. Sensitivity affects this indirectly: a more sensitive microphone converts more acoustic energy to electrical signal, improving the signal-to-noise ratio before amplification. This is why condenser microphones, with their higher sensitivity, typically have better self-noise specifications than dynamic microphones.

How do I match microphone sensitivity to my audio interface?

Matching microphone sensitivity to your audio interface requires understanding the interface preamp specifications: maximum gain, noise floor, and input impedance. First, determine how much gain your preamp can provide, typically 40 to 65 dB for prosumer interfaces. Then check if that gain is sufficient to bring your microphone output to a healthy recording level. For a -55 dBV dynamic microphone recording a soft source at 60 dB SPL, the mic output would be approximately -89 dBV, requiring about 65 dB of gain to reach -24 dBV recording level. If your preamp maxes out at 55 dB, the signal will be too quiet. Solutions include using a cloudlifter or fethead inline preamp that adds 20 to 25 dB of clean gain before the interface, or choosing a more sensitive microphone for that application.

References

Reviewed by Daniel Agrici, Founder & Lead Developer ยท Editorial policy