A high input impedance (typically >100 kΩ) makes an analog node highly susceptible to capacitive coupling from nearby electric fields, effectively turning your circuit trace into an antenna for 50/60 Hz mains hum and high-frequency digital switching noise. While high impedance prevents loading the source signal, it drastically lowers the noise margin. The dominant coupling path for high-Z nodes is capacitive, and the cheapest effective fix is adding a parallel resistor to lower the node's Thevenin impedance, provided the source has sufficient drive strength, or implementing a driven guard ring on the PCB.
Why High Input Impedance Invites Noise (The Coupling Paths)
Noise enters an analog front-end through three primary coupling paths. Understanding which path dominates allows you to select the correct mitigation strategy rather than throwing random components at the board.
- Conductive Coupling: Noise shares a physical return path with the signal. This manifests as ground bounce or IR drops in shared ground planes. It is independent of input impedance and is solved by star grounding or Kelvin connections.
- Radiated (Magnetic) Coupling: Changing magnetic fields induce a voltage in the loop area of your signal traces. This dominates in low-impedance circuits (like 50 Ω RF inputs or 4-20 mA current loops) and is mitigated by minimizing loop area and using twisted-pair cables.
- Capacitive (Electric) Coupling: Stray capacitance between a noisy conductor (like a nearby AC power cord or a digital clock line) and your high-impedance trace forms an unintended RC high-pass filter. This is the dominant coupling path for high input impedance nodes.
When you use an instrumentation amplifier like the INA128 or a standard op-amp like the LM358 with a 1 MΩ feedback network, the input node's high resistance prevents the coupled AC current from bleeding off to ground. The stray capacitance ($C_{stray}$) and the input impedance ($R_{in}$) create a voltage divider. Because $R_{in}$ is massive compared to the capacitive reactance ($X_c$) at typical noise frequencies, almost the entire coupled noise voltage appears directly at your amplifier input.
Input Impedance vs. Noise Susceptibility Data
To quantify how input impedance dictates noise pickup, we can model a standard bench environment. Assume a 120V RMS, 60 Hz mains cable is routed 10 cm away from your analog trace, creating a stray capacitance ($C_{stray}$) of roughly 5 pF between the mains field and the trace. The capacitive reactance ($X_c$) at 60 Hz is approximately 530 MΩ.
The induced noise voltage is calculated using the voltage divider formula: $V_{noise} = V_{source} \times \frac{R_{in}}{\sqrt{R_{in}^2 + X_c^2}}$.
| Node Impedance ($R_{in}$) | Stray C (Assumed) | Coupled 60Hz Noise (RMS) | Dominant Coupling Path | Typical Application |
|---|---|---|---|---|
| 10 MΩ | 5 pF | 2.26 mV | Capacitive (Electric) | DMM front-end, Piezo sensors |
| 1 MΩ | 5 pF | 0.22 mV (220 µV) | Capacitive (Electric) | Oscilloscope 1MΩ input |
| 10 kΩ | 5 pF | 2.2 µV | Transitional | Standard op-amp feedback |
| 50 Ω | 5 pF | 11 nV | Radiated (Magnetic) | RF coaxial inputs, Audio |
As the data demonstrates, dropping the input impedance from 10 MΩ to 10 kΩ reduces the capacitively coupled 60 Hz hum by a factor of 1,000. This is why high-resolution ADCs (like the TI ADS1256) require low-impedance drive circuits; a high-impedance source will allow environmental noise to corrupt the sampling capacitor's charge transfer.
Ranked Fixes: From Free Layout Tweaks to Hardware Changes
When debugging a noisy high-Z node, apply these fixes in order of cost and effectiveness. Always start with layout and passive component changes before redesigning the active front-end.
1. PCB Guard Rings (Cost: $0 | Effectiveness: High)
For impedances above 1 MΩ (such as pH probes or photodiode transimpedance amplifiers), route a copper trace completely encircling the high-impedance input pad. Drive this guard ring with a low-impedance buffer amplifier set to the exact same DC potential as the input signal. Because there is zero voltage difference between the guard ring and the input trace, zero leakage current flows, and the guard ring intercepts external electric field lines, shunting them to the buffer's low-impedance output instead of your sensitive node.
2. Lower Thevenin Impedance (Cost: < $0.01 | Effectiveness: Medium-High)
If your source can drive it, lower the impedance. If you are using a 1 MΩ pulldown resistor to bias a floating sensor, drop it to 100 kΩ. If you are designing an inverting amplifier, avoid using 1 MΩ feedback resistors; use 10 kΩ instead. If you need high gain without low-value resistors, cascade two lower-gain stages. Lowering the impedance directly starves the capacitive voltage divider.
3. Shielded Cables with Proper Termination (Cost: $0.50 - $2.00 | Effectiveness: High)
When the signal must travel off-board, use shielded twisted-pair (STP) or coaxial cable. The shield acts as a Faraday cage, intercepting capacitive noise. However, improper termination will ruin the shielding effectiveness.
4. Active Differential Front-End (Cost: $5.00+ | Effectiveness: Maximum)
If the source impedance is inherently high and cannot be lowered, and layout guards are insufficient, transition to a differential architecture. Use an instrumentation amplifier (like the Analog Devices AD8421) to measure the signal differentially. Capacitive noise couples equally into both the positive and negative differential lines as common-mode noise. The amplifier's Common-Mode Rejection Ratio (CMRR), typically >100 dB, will strip the noise away while amplifying the differential signal.
Proving the Fix: Before and After Measurement Protocol
You cannot manage what you do not measure. To prove your impedance-matching or shielding fix actually works, you must inject a known noise source and measure the AC RMS voltage at the amplifier output before and after the intervention.
- Setup the Noise Injector: Route a standard 120V AC extension cord, or a 5V PWM line toggling at 10 kHz, exactly 10 cm parallel to your analog sensor cable or PCB trace. Turn the injector on.
- Baseline Measurement: Connect your oscilloscope probe to the analog node (use a 10:1 probe to avoid adding 1 MΩ scope impedance directly to a high-Z node, or use an active FET probe). Set the oscilloscope to AC Coupling and enable the 20 MHz Bandwidth Limit to filter out unrelated RF hash. Measure the Peak-to-Peak and RMS noise voltage. Alternatively, use a True-RMS digital multimeter in the AC mV range.
- Apply the Fix: Implement your chosen fix (e.g., solder a 100 kΩ parallel resistor to lower the node impedance, or connect the cable shield to the chassis ground lug).
- Verify the Delta: Re-measure the AC RMS voltage with the noise injector still active. If your AC-coupled RMS reading drops from 2.5 mV to < 50 µV, you have successfully broken the capacitive coupling path. A reduction of less than 6 dB (half the voltage) indicates the fix is insufficient and the dominant coupling path was likely misidentified (e.g., you fixed capacitive coupling, but the noise is actually conductive ground-bounce).
By treating input impedance not just as a DC loading parameter, but as the primary variable in an unintended AC voltage divider, you can systematically eliminate analog noise without resorting to expensive hardware overhauls.






