A dual slope ADC is an integrating analog-to-digital converter that measures an input voltage by timing how long a known reference voltage takes to undo, or de-integrate, a charge built up from the input. Instead of converting the input with a fast binary search like a SAR ADC, it averages the input over a fixed time and then converts that averaged value into a count.
That makes the dual-slope analog to digital converter slow, but very useful for stable measurement. It is common in digital multimeters, panel meters, weigh scales, and other instruments where line-frequency noise rejection, drift cancellation, and repeatable low-speed readings matter more than high sample rate.
Quick answer: A dual-slope ADC first integrates the unknown input voltage for a fixed time, then applies an opposite-polarity reference voltage and measures the de-integration time. The measured time is proportional to the input voltage, which is why the method is stable and naturally rejects some periodic noise.
What Is a Dual-Slope ADC?
A dual-slope ADC is a type of integrating ADC. It uses an integrator, a precision reference, a comparator, a clock, and control logic to convert an analog input voltage into a digital count.
- Connect the unknown input voltage to an integrator for a fixed time.
- The integrator output ramps at a rate set by the input voltage.
- Disconnect the input and connect a known reference voltage with the opposite polarity.
- The integrator output ramps back toward zero.
- Count the clock pulses during this return time.
The larger the input voltage, the farther the integrator output moves during the first phase. A larger ramp takes longer to return to zero during the second phase, so the final count is larger.
How Does a Dual-Slope ADC Work?

Phase 1: Integration of the Unknown Input
During the integration phase, the ADC applies the unknown input voltage to an integrator for a fixed time, usually called TINT. The integrator output voltage ramps up or down depending on input polarity.
Integrator slope during input phase is proportional to VIN / (R x C)
If TINT is set to one full power-line cycle or an integer multiple of it, the converter averages noise at that line frequency over a complete cycle. This is why dual-slope and other integrating converters are attractive in instruments exposed to 50 Hz or 60 Hz mains interference.
Phase 2: De-Integration With a Known Reference
After the input integration time ends, the ADC switches from the unknown input to a known reference voltage with opposite polarity. The integrator output now ramps back toward zero. The ADC counts clock pulses during this de-integration interval.
Measured count is proportional to de-integration time
de-integration time is proportional to VIN / VREF
The comparator detects when the integrator crosses the zero threshold. Then the digital logic stops the counter and reports the count as the conversion result.
Why Dual-Slope ADCs Reject Noise

Engineers value dual-slope ADCs because they measure an average over time, not just an instant. If the integration period matches the period of a noise component, the positive and negative portions of that noise can average toward zero.
| Noise Source | Practical Handling |
|---|---|
| 50 Hz mains pickup | Use an integration time equal to one or more 20 ms cycles |
| 60 Hz mains pickup | Use an integration time equal to one or more 16.67 ms cycles |
| Random high-frequency noise | Add front-end filtering and use the averaging effect of integration |
| Sensor drift or offset | Use device auto-zero or calibration where supported |
Strengths and Limits of Dual-Slope ADCs

| Strength | What It Means in a Design |
|---|---|
| Good normal-mode noise rejection | Useful when measuring small DC signals in the presence of 50 Hz or 60 Hz pickup |
| Stable readings | Integration smooths short-term noise instead of converting one instant |
| Good fit for displays | Conversion rates such as a few readings per second match many meter applications |
| Reduced sensitivity to some R and C tolerances | The converter reuses the same integrator in both phases, so ratio and timing dominate |
| Limit | Selection Impact |
|---|---|
| Slow conversion | Not suitable for high-speed sampling or fast transient capture |
| Averaging hides waveform detail | A fast pulse can disappear into the integration average |
| Needs stable reference and clock | Poor reference design still creates measurement error |
| Input front end still matters | Leakage, protection networks, input bias, and layout can affect precision |
Dual-Slope ADC vs SAR ADC

| Feature | Dual-Slope ADC | SAR ADC |
|---|---|---|
| Core method | Integrate input, then de-integrate with reference and count time | Sample input, run successive approximation binary search |
| Speed | Low; often display-rate or low readings per second | Medium to high, depending on device |
| Best signal type | Slow DC or near-DC measurement | Multiplexed sensors, control, general embedded measurement |
| Noise behavior | Strong averaging and line-frequency rejection when timed correctly | Depends on acquisition, reference, driver, filtering, and averaging |
| Typical use | Digital multimeters, panel meters, precision slow instruments | MCU data acquisition, battery systems, industrial control, portable devices |
Choose a dual-slope ADC when the reading can be slow and stable. Choose a SAR ADC when the system must sample multiple channels, track changing signals, or feed a control algorithm at predictable rates.
For a broader product search, review available ADC converter chips by resolution, interface, input range, package, and lifecycle status before locking the BOM.
Where Engineers Use Dual-Slope ADCs

| Use Case | Why Dual-Slope Fits |
|---|---|
| Digital multimeters | Stable DC voltage, resistance, and current readings with line-noise rejection |
| Panel meters | Direct display-oriented conversion and slow update rate |
| Weigh scales | Slow sensor outputs where averaging improves repeatability |
| Laboratory instruments | Repeatable DC measurements with controlled timing |
If you are repairing or sourcing for an existing instrument, check the exact part number, package, reference requirements, display interface, clocking, and obsolete status. Before purchasing, verify availability, price, lead time, and certification status with current supplier and manufacturer sources.
For multi-line instrument BOMs, use Upload BOM with the ADC part number, package, date code requirements, target quantity, and acceptable alternates. For a specific dual-slope ADC or measurement ADC request, use Request Quote after confirming the electrical requirements from the datasheet.
Common Mistakes When Choosing a Dual-Slope ADC
Treating Dual-Slope as a Fast Precision ADC
Dual-slope converters are precision-friendly because they integrate over time. That does not make them fast. If your system needs waveform capture, motor current monitoring, audio sampling, or high-speed feedback, start with SAR, pipeline, flash, or high-speed delta-sigma options instead.
Ignoring the Integration Time
Noise rejection depends strongly on integration timing. A design that should reject 50 Hz or 60 Hz interference must choose timing, clock frequency, and firmware/display update behavior that support that goal.
Forgetting the Reference
The de-integration phase compares the integrated input against a known reference. If the reference drifts, has noise, or has poor decoupling, the display reading will suffer.
FAQ
What is a dual-slope ADC?
A dual-slope ADC is an integrating analog-to-digital converter. It integrates the unknown input for a fixed time, then applies a known reference in the opposite direction and counts how long the integrator takes to return to zero.
How does an integrating ADC work?
An integrating ADC converts voltage by accumulating the input over time. In a dual-slope design, the input integration phase creates a ramp, and the reference de-integration phase converts that ramp distance into a measured time or count.
Why are dual-slope ADCs used in digital multimeters?
Digital multimeters usually measure slow quantities such as DC voltage, resistance, or current. Dual-slope ADCs fit this use because they provide stable readings and can reject 50 Hz or 60 Hz line noise when the integration period is chosen correctly.
Is a dual-slope ADC better than a SAR ADC?
Not universally. A dual-slope ADC is better for slow, stable measurement with strong averaging. A SAR ADC is usually better for faster embedded data acquisition, multiplexed sensor channels, and deterministic sample timing.
What is the main disadvantage of a dual-slope ADC?
The main disadvantage is speed. The converter must integrate over a set time and then de-integrate, so it does not suit fast-changing signals or high sample-rate data acquisition.