Bench note
Voltage dividers you can trust in production
The weekend divider versus the keeper
Most voltage dividers work fine on the bench. You breadboard two resistors, check the math, measure 3.3V where you need it, and call it done. Then six months later the sensor reads low because your input impedance shifted or the board got warm.
A divider you trust in production accounts for loading, tolerance stacking, and thermal drift before you commit it to copper. It's not paranoia—it's knowing which corners matter.
Loading kills ideal ratios
The textbook divider assumes infinite input impedance on whatever you're feeding. In practice, your ADC or comparator pulls a few microamps, your voltage reference has input bias current, or a downstream RC filter loads the node.
When the load impedance is ten times your lower resistor, you lose about 10% of your expected voltage. At parity, you lose half. The fix is simple: keep your divider impedance at least 100× lower than the load, or buffer the output with a unity-gain op-amp if you need high impedance upstream.
For a 10kΩ ADC input, that means divider resistors in the hundreds of ohms, not tens of kilohms. Yes, it burns more quiescent current. That's the trade.
Tolerance stacking is not your friend
Two 1% resistors do not give you a 1% divider. Worst case, the top resistor is 1% high and the bottom is 1% low, and your output voltage swings by nearly 2%. If you're dividing 5V down to 2.5V for a reference, that's ±50mV of slop before temperature even enters the room.
Use 0.1% resistors for references and precision analog front-ends. They cost pennies more in single quantities and eliminate an entire class of drift you'd otherwise spend hours debugging. For less critical dividers, at least run the tolerance stack in your notes so you know the real window.
Temperature coefficient compounds over range
Standard thick-film resistors drift 100–200 ppm/°C. Across a 50°C swing—reasonable for an enclosure near a motor or a window—that's 0.5–1% per resistor. If your divider ratio depends on two resistors drifting in opposite directions, you've just doubled your error budget.
Thin-film resistors run 25–50 ppm/°C and track each other when they're the same series on the same board. That tracking matters more than absolute drift for a divider, because the ratio stays tight even if both values shift together.
When the output voltage genuinely can't wander, use a resistor network in a single package. Bourns and Vishay make dual and quad arrays where all elements sit on the same substrate and drift as a unit. It's overkill for a LED current sense; it's exactly right for a battery voltage monitor feeding a shutdown comparator.
Test the edges, not just the middle
Before you close the schematic, write down the worst-case input voltage, the coldest and hottest temperatures, and the minimum load impedance. Run the math with resistor tolerances in the wrong direction and see if your system still works.
If the answer is "probably," you haven't specced it yet. If the answer is "yes, with margin," you can move on. That margin is why some weekend projects get PSU redesigns—better to overdo the front-end than chase ghosts later.
When to buffer and when to stiffen
If your load is unpredictable or you're driving multiple inputs from one divider, buffer the node with an op-amp. Rail-to-rail CMOS parts like the MCP6001 cost less than a coffee and add essentially no drift if you pick a low-offset grade.
If your load is fixed and you just need a clean reference tap, stiffen the divider—lower the resistor values until loading becomes a rounding error. You'll burn an extra milliamp, but the board will work the same way in January and July.
Either way, the decision is deliberate. That's the difference between a divider that ships and one that gets patched with a wire and a note in the repo.