Input resistance is the equivalent resistance that a circuit, component, or measuring device presents to the signal source connected to its input terminals, dictating exactly how much current it will draw from that source. In a real circuit, this parameter changes everything: if the input resistance is too low relative to the source, it draws excessive current, causing 'circuit loading' that artificially drops the source voltage and destroys measurement accuracy. Beginners almost universally confuse input resistance (the load looking into a device) with output impedance (the internal resistance looking back into a source), but understanding the distinction is the difference between a working sensor interface and a noisy, inaccurate mess.

The Physics of Circuit Loading (With a Worked Example)

To understand why input resistance matters, we have to look at the voltage divider effect that occurs whenever a source connects to a load. Every real-world voltage source has some internal output impedance. When you connect a measuring device or an amplifier, its input resistance forms a voltage divider with that source impedance.

The Worked Example: The 100kΩ Voltage Divider Trap

Imagine you need a precise 2.5V reference from a 5.0V rail. You build a voltage divider using two 100kΩ resistors. According to basic theory, the midpoint should be exactly 2.5V. The Thevenin equivalent output impedance of this divider is 50kΩ (the parallel combination of the two 100kΩ resistors).

Now, you connect this midpoint to the input of an analog-to-digital converter (ADC) or a panel meter that has an input resistance of 50kΩ.

  • Scenario A (Low Input Resistance): The 50kΩ source impedance and the 50kΩ input resistance form a new voltage divider. The voltage the meter actually reads is 2.5V × (50kΩ / (50kΩ + 50kΩ)) = 1.25V. You have a 50% measurement error due entirely to circuit loading.
  • Scenario B (High Input Resistance): You buffer the signal using a CMOS op-amp like the LMC6482, which boasts an input resistance of 10 GΩ (10,000,000 kΩ). The new voltage is 2.5V × (10,000,000 / (10,000,000 + 50)) = 2.49998V. The loading error is virtually eliminated.

This example illustrates the golden rule of voltage transfer: input resistance must be drastically higher than source output impedance to prevent signal attenuation. A common rule of thumb in analog design is to ensure the input resistance is at least 100 times greater than the source impedance to keep loading errors below 1%.

Where You Meet Input Resistance in Practice

You interact with input resistance every time you probe a circuit or interface a sensor. Here is how it manifests across common bench tools and components:

  • Digital Multimeters (DMMs): Most standard bench and handheld DMMs have a fixed DC voltage input resistance of 10 MΩ. However, on certain high-speed or specialized ranges, this can drop to 1 MΩ or even lower, which will heavily load high-impedance sensor circuits.
  • Oscilloscopes: A standard 1x scope probe presents an input resistance of 1 MΩ in parallel with roughly 15 pF to 100 pF of capacitance. This capacitance becomes the dominant 'impedance' at high frequencies, which is why 10x probes (which raise the resistance to 10 MΩ and lower the effective capacitance) are mandatory for high-speed digital signals.
  • Microcontroller ADCs: This is where hobbyists get burned most often. The ESP32 SAR ADC, for instance, uses a switched-capacitor sampling network. During the brief sampling window, it draws a transient current spike to charge its internal capacitor. This dynamic behavior effectively lowers the input resistance during the sample phase. If your source impedance is above 10 kΩ, the internal capacitor cannot charge fully before the conversion starts, resulting in consistently low readings.
  • Operational Amplifiers: Bipolar op-amps (like the classic LM358) have relatively low input resistance, typically in the 1 MΩ to 10 MΩ range, because they require base current to bias their input transistors. JFET and CMOS op-amps, by contrast, are voltage-controlled and offer input resistances exceeding 10^12 Ω.

Decision Tree: Picking the Right Input Stage for Your Sensor

Choosing the right front-end component depends entirely on the source impedance of the sensor you are measuring. Use the decision matrix below to select the correct topology and concrete part number for your next PCB or breadboard build.

Source Impedance Signal Bandwidth Recommended Topology Concrete Part Pick
< 1 kΩ (e.g., low-Z sensors, potentiometers) DC to Audio Standard Bipolar or General CMOS Op-Amp LM358 (cheap, robust) or MCP6001 (3.3V rail-to-rail)
1 kΩ - 100 kΩ (e.g., audio mics, RTDs, thermistors) Audio / AC JFET Input Op-Amp (low noise, high Z) TL072 (classic audio) or OPA2134 (hi-fi)
> 100 kΩ (e.g., piezo elements, pH probes, bio-signals) DC / Sub-Hz CMOS / Electrometer Op-Amp or Instrumentation Amp LMC6482 (ultra-high Z CMOS) or INA128 (Instrumentation)
Current Shunt (High-side differential) DC / PWM High CMRR Current Sense Amplifier INA219 (I2C digital) or INA180 (Analog output)
Pro Tip for Microcontroller ADCs: If you must connect a high-impedance source (like a 100kΩ thermistor divider) directly to an ESP32 or Arduino ADC without an op-amp buffer, place a 100 nF ceramic capacitor directly across the ADC input pin and GND. This capacitor acts as a local charge reservoir, supplying the transient current the ADC needs during sampling and effectively bypassing the source impedance limitation.

Common Confusions: Input Resistance vs. Output Impedance

The terminology around impedance and resistance frequently trips up makers transitioning from digital to analog design. Here is the definitive breakdown:

  • Output Impedance (Source): This is the internal resistance of the signal source. A fresh AA battery might have an output impedance of 0.1 Ω, while a passive guitar pickup might have an output impedance of 10 kΩ. You generally want this to be as low as possible so the source can drive a load without its voltage sagging.
  • Input Resistance (Load): This is the resistance of the receiving circuit. You generally want this to be as high as possible so it draws minimal current from the source.
  • The Power Transfer Exception: In audio and RF engineering, you sometimes want the input resistance to exactly match the output impedance (e.g., 50 Ω to 50 Ω). This is called 'impedance matching' and it maximizes power transfer, but it intentionally sacrifices 50% of the voltage to do so. For 99% of DC sensor and microcontroller applications, you want maximum voltage transfer, meaning you want a massive mismatch (High Z in, Low Z out).

FAQ: Input Resistance Edge Cases

Q: Why does my multimeter read 5.0V on a floating pin, but my microcontroller reads random noise?
A: A digital multimeter has a 10 MΩ input resistance, which provides just enough of a path to ground to bleed off stray static charges and stabilize a floating node. A microcontroller GPIO configured as a digital input has an input resistance in the gigaohm range, making it highly susceptible to capacitive coupling from nearby AC mains or switching regulators. Always use pull-down or pull-up resistors (typically 10 kΩ) on floating digital inputs.

Q: Does higher input resistance always mean a better circuit?
A: No. Once you push input resistance into the teraohm (10^12 Ω) range, the input pins essentially become antennas for electromagnetic interference (EMI). Furthermore, leakage currents across the PCB substrate, flux residue, or even the op-amp's own packaging can create voltage offsets that ruin the measurement. In ultra-high-impedance electrometer circuits, you must use guard rings and Teflon standoffs to prevent PCB leakage from bypassing the input resistance.

Q: Can I just use a 10x oscilloscope probe to measure high-impedance DC voltages accurately?
A: Yes, a 10x probe raises the scope's effective input resistance to 10 MΩ, which reduces DC loading. However, remember that the 10x probe also divides the voltage by 10. If you are measuring a tiny 50 mV signal from a high-impedance source, the scope's internal noise floor will drown out the attenuated 5 mV signal. In that case, an active 1x FET probe or a dedicated buffer op-amp is required.

Default Recommendation: If you are designing a general-purpose sensor interface board and aren't entirely sure what the source impedance will be, default to a CMOS op-amp buffer like the MCP6001 or LMC6482. They offer >10^12 Ω input resistance, run efficiently on single 3.3V or 5V supplies, and cost under $0.50 in volume. Dropping one of these between your sensor and your microcontroller effectively eliminates loading errors for 99% of hobbyist and prosumer applications without requiring complex impedance calculations.