Convert Volts to Amps (given Resistance)
How to convert Volts to Amps (given Resistance)
Divide voltage by resistance to get current in amps: I = V / R. The reference table uses a fixed 100 Ω load. For any other resistance, divide your voltage by that value. Example: 9 V through a 220 Ω resistor gives 9 ÷ 220 = 0.041 A. To reverse, multiply amps by the resistance to recover volts.1
Common Volts to Amps (given Resistance) conversions
Using I = V / R with the reference table
The reference table calculates current for a fixed 100 Ω load across common supply voltages. At 5 V it shows 50 mA; at 12 V it shows 120 mA; at 24 V it shows 240 mA. Scaling to any other resistance is linear: halving the resistance doubles the current at the same voltage, and raising the resistance tenfold drops the current to one tenth. Stated as I = V / R, the formula divides the voltage across the load by its resistance in ohms and returns current in amperes.1 Knowing any two of the three quantities is always enough to find the third.
For a 9 V supply driving a 220 Ω resistor, the 100 Ω reference row shows 90 mA. Since 220 Ω is 2.2 times the reference resistance, divide: 90 / 2.2 = 41 mA. This proportional method works for any resistance that is a clean multiple or fraction of 100 Ω. For resistances outside that range, enter the exact values into the main calculator to avoid rounding errors in the estimate.
Scaling any resistance from the table
When you need to estimate current quickly without a calculator, the reference table gives you a proportional anchor point. Take the table entry for your supply voltage at 100 Ω, then divide by the ratio of your actual resistance to 100 Ω. A 470 Ω resistor at 5 V: the table shows 50 mA at 100 Ω, and 470/100 = 4.7, so 50 / 4.7 = 10.6 mA. This mental math approach stays accurate within a few percent for any resistance between 10 Ω and 10 kΩ, which covers the vast majority of pull-up resistors, bias networks, and LED current limiters you will encounter on a breadboard. For precision work, always verify with the exact calculation, but the proportional method catches gross errors before you apply power.
For values well outside that range, the ratio method loses accuracy. Very small resistances produce currents that approach the upper end of the table, while very large resistances push the result into microamps where rounding the ratio introduces visible error. When your circuit operates in those extremes, rely on the direct I = V / R calculation rather than the mental shortcut.
LED current limiting and GPIO constraints
Sizing a current-limiting resistor for an LED is the most common application of I = V / R in hobbyist electronics. Subtract the LED's forward voltage from the supply to find the voltage the resistor must drop, then divide by the target operating current. For a 5 V GPIO driving a red LED with a 1.8 V forward voltage at 15 mA: R = (5.0 - 1.8) / 0.015 = 213 Ω. The nearest E24 standard value above that result is 220 Ω, which limits current to about 14.5 mA. Rounding to the next-higher E-series value is always the safe convention for current-limited loads.
GPIO current limits add a second constraint that is easy to overlook during calculation. Most Arduino Uno I/O pins source at most 25 mA continuous, with a 40 mA absolute maximum.2 Beyond the per-pin limit, the aggregate supply limit applies: on the Uno, the 5 V digital supply can deliver only 40 mA total across all simultaneously active I/O pins. Consequently, driving three LEDs at 15 mA each from separate GPIO pins draws 45 mA from that supply, exceeding the aggregate rating even though no single pin exceeds its individual limit.
Driving multiple LEDs without exceeding GPIO limits
When your design calls for more than two indicator LEDs, route the current through a transistor or a dedicated LED driver IC instead of sourcing it directly from GPIO pins. A single NPN transistor controlled by one GPIO pin can switch several LEDs from the main supply rail, keeping the microcontroller pin current below 1 mA while the LEDs draw their full operating current from the 5 V bus. This approach scales to dozens of LEDs without stressing the microcontroller's internal power distribution, and it costs only a few cents in discrete components per channel.
Power dissipation: the thermal check after calculating current
Current alone does not show whether a resistor is within its wattage rating. After finding I with Ohm's Law, check P = I × V or P = I²R and compare the result against the component's rated wattage. A resistor passing 120 mA at 12 V dissipates 1.44 W. That level destroys a quarter-watt part in seconds.
A safe derating rule is to keep actual dissipation below 50 percent of rated wattage in open air.3 A calculated dissipation of 120 mW needs a 0.5 W resistor, not the 0.25 W minimum. In enclosed enclosures or near heat sources, derate to 30 to 40 percent and move to a larger package or add copper pour on the PCB footprint for better heat spreading.
Choosing the right package
Standard through-hole resistors come in 0.25 W, 0.5 W, 1 W, and 2 W ratings, each in a progressively larger body size. Surface-mount parts follow a similar progression: 0402 parts handle about 63 mW, 0603 parts handle 100 mW, and 0805 parts handle 125 mW before derating.3 When your calculated dissipation exceeds 100 mW, move to at least a 0805 footprint or a through-hole quarter-watt part to maintain a safe margin. For dissipations above 500 mW, through-hole packages with leads that conduct heat into the PCB offer better thermal performance than surface-mount alternatives. Checking power after calculating current takes one additional step and prevents the most common resistor failure mode in first prototypes.
Measured current versus calculated current
The calculated current from I = V / R is an estimate based on the nominal resistance value. Real resistors carry tolerances of 1 to 5 percent,4 and their resistance rises slightly with temperature as they warm under sustained load.5 Measuring current directly with a series ammeter or a known shunt resistor gives the actual operating figure. Use the calculated result to set an expectation before applying power, then compare the measurement against it to confirm or investigate any discrepancy.
If the measured value differs from the calculated value by more than the stated tolerance, three common causes explain most gaps. An unexpected parallel conduction path through a solder bridge, an adjacent forward-biased junction, or a wrong-value component placed on the board can all lower the apparent resistance and raise the current above the expected level. Conversely, contact resistance in a corroded connector or a dry solder joint adds series impedance and reduces current below the calculated value. Operating-point resistance calculated as R = V / I from bench measurements identifies which cause applies by showing whether the effective resistance is too low or too high.
Try in the tool
Pre-filled for this page
Clicking "Try it in the tool" below pre-fills the Voltage and Resistance fields to 12 V and 100 Ω, the conversion this page covers, with the other two values, including the highlighted Current result, calculated automatically.
Verify with the Ohm's Law & Power Calculator tool.
Try it in the tool ↑- 1.
"Ohm's Law," Wikipedia, accessed June 2026. https://en.wikipedia.org/wiki/Ohm%27s_Law
- 2.
"Arduino Uno," Wikipedia, accessed June 2026. https://en.wikipedia.org/wiki/Arduino_UNO
- 3.
"Resistor Derating and Power Ratings," eepower.com, accessed June 2026. https://eepower.com/resistor-guide/resistor-standards-and-codes/resistor-sizes-and-packages/
- 4.
Electronics Tutorials, "Resistor Colour Code and Resistor Tolerances Explained," electronics-tutorials.ws, accessed August 2026. https://www.electronics-tutorials.ws/resistor/res_2.html
- 5.
Engineering ToolBox, "Resistivity and Conductivity - Temperature Coefficients Common Materials," engineeringtoolbox.com, accessed August 2026. https://www.engineeringtoolbox.com/resistivity-conductivity-d_418.html
Ohm's Law: I = V / R. Current in amps equals voltage divided by resistance in ohms. The reference table here uses 100 Ω as the fixed load, so 5 V produces 0.05 A and 12 V produces 0.12 A. For your actual circuit, divide the supply voltage by the actual resistance to find the current.
5 ÷ 330 = 0.0152 A, or about 15.2 mA. That is within the operating range for most standard indicator LEDs rated at 20 mA. For a true LED circuit, subtract the forward voltage from the supply first, then divide the remaining voltage by the resistor value to get the actual diode current.
Ohm's Law is linear at constant temperature: current is inversely proportional to resistance when voltage is held fixed. A 50-ohm load passes twice the current of a 100-ohm load at the same supply voltage because it offers half the opposition to charge flow. Real resistors stay close to this proportionality within their rated power and temperature range.
Subtract the LED's forward voltage from the supply to find the voltage the resistor must drop, then divide by the target current in amps. For a 5 V supply, a 2.0 V LED at 20 mA: (5 − 2) ÷ 0.020 = 150 Ω. Choose the nearest standard resistor at or above that value. CapyToolkit lets you work through the voltage-to-current step for any supply voltage and resistance combination before you order parts.
Current alone does not determine heating; power dissipation does. Calculate P = V × I or P = I²R and compare against the resistor's wattage rating. A quarter-watt resistor passing 120 mA at 12 V dissipates 1.44 W, nearly six times its rating, and will fail quickly. A safe rule of thumb is to keep actual dissipation below half the rated wattage in free air.
For purely resistive AC loads such as heater elements and incandescent bulbs, I = V / R gives the correct RMS current when the RMS voltage is used. For circuits containing capacitors or inductors, resistance is replaced by impedance and the calculation requires phasors. The formula here covers the resistive case, which is sufficient for most breadboard and DC power-supply design work.
Convert Amps to Volts (given Resistance)
How to convert Amps to Volts (given Resistance)
Multiply current by resistance to find voltage: V = I × R. The reference table assumes a fixed 100 Ω load. For any other resistance, multiply your current by that value. Example: 0.3 A through a 47 Ω resistor gives 0.3 × 47 = 14.1 V. To reverse, divide volts by the resistance to recover amps.
Common Amps to Volts (given Resistance) conversions
V = I × R: voltage drop across a known resistance
Ohm's Law rearranged as V = I × R answers a question that comes up constantly in practical circuit analysis: given a current flowing through a known resistance, what voltage appears across it? This direction appears whenever current is already a known quantity. Checking the drop across a current-sense shunt, estimating headroom lost along a cable run, calculating the voltage at an open-collector node when the pull-up current is fixed by another design constraint. Each situation requires multiplying a known current by a known resistance to find the resulting voltage.1
The reference table on this page fixes resistance at 100 Ω. For any other resistance, scale linearly: a current twice any listed value produces twice the listed voltage at that resistance. For a 0.3 A current through a 47 Ω resistor, compute directly: V = 0.3 × 47 = 14.1 V. The linear relationship holds for any ohmic component at constant temperature, making ratio estimation reliable for quick mental checks.
Current-sense shunts and ADC input voltage
Power-rail current sensing uses a small series resistor whose voltage drop is proportional to the load current. Multiplying the shunt resistance by the expected current gives the ADC input voltage, which the microcontroller reads and converts to a digital current value through a simple division. A 100 mΩ shunt at 3 A produces 300 mV, comfortably within a 3.3 V ADC reference and well above the noise floor that would make the reading unreliable.
The shunt value involves a design trade-off: a larger resistance gives a bigger, more resolvable signal but drops more voltage from the rail and dissipates more I²R heat. A 0.1 Ω shunt at 2 A drops 200 mV and dissipates 0.4 W, fitting a 0.5 W package with some margin. Increasing to 0.5 Ω raises the signal to 1 V but increases heat to 2 W, requiring a larger footprint.
Sizing the shunt for the ADC input range
Start by defining the maximum current you need to measure and the ADC reference voltage, then calculate the shunt resistance that produces a full-scale ADC reading at that current. For a 3.3 V ADC measuring up to 5 A, R_shunt = 3.3 / 5 = 0.66 Ω. In practice, choose a slightly smaller value, such as 0.5 Ω, to leave headroom for overcurrent events that would otherwise saturate the ADC. Verify the power dissipation at maximum current with P = I²R: 5² × 0.5 = 12.5 W demands a substantial power resistor or a purpose-built current-sense component. Always check that the voltage drop at typical operating current stays well above the ADC's noise floor so the reading is meaningful rather than lost in quantization error.
After selecting the shunt value, revisit the rail voltage budget with the shunt in place. Even a small additional drop changes the supply seen by downstream circuitry, so calculate that loss at typical operating current and confirm it does not push any regulated rail or sensitive analogue reference below its specification. Leaving a few hundred millivolts of headroom keeps the measurement architecture stable across temperature and load step changes.
Cable resistance and voltage drop in DC power runs
Every conductor has finite resistance that drops voltage in proportion to the current it carries. Standard 24 AWG copper wire runs about 84 mΩ/m for one conductor.2 A two-wire 2-metre cable loop at 500 mA drops roughly V = 0.5 × 0.168 = 84 mV. On a 5 V bus that is 1.7 percent of the rail. On a 1.8 V sensor rail the same drop is 4.7 percent, which can push a peripheral below its minimum supply voltage at full load.
Calculating the expected drop before cutting and crimping a cable harness avoids voltage-budget surprises during first integration testing. If the drop exceeds your budget, options include heavier wire, a shorter run, local regulation at the load, or a higher nominal supply with a regulator at the destination. V = I × R gives the number needed to make that choice before any hardware is ordered.
Estimating drop for common cable lengths and gauges
A quick reference for 1 A loads helps during early design: 1 metre of 22 AWG drops about 106 mV round-trip, 1 metre of 20 AWG drops about 66 mV, and 1 metre of 18 AWG drops about 42 mV. For a 5 V system where you can tolerate a 250 mV drop, 22 AWG works for runs up to about 2 metres, while 20 AWG extends that to roughly 4 metres. These back-of-the-envelope numbers let you choose a cable gauge before you reach for a calculator, and they highlight when a heavier gauge is the simplest fix for a marginal voltage budget.
Pull-up leakage and high-state voltage margin
Open-drain and open-collector outputs release a bus line to a pull-up resistor when idle. Multiple devices on the same bus each leak a small current through their unpowered inputs. Applying V = I × R to the combined leakage and pull-up resistance gives the voltage sag on the high state.3
If five open-drain devices each leak 10 µA and share a single 10 kΩ pull-up, the combined leakage is 50 µA and the voltage sag is 0.5 V, leaving the high state at 4.5 V from a 5 V supply.4 Most logic input specifications accept that margin, but tighter pull-up values or lower-leakage devices may be needed for buses with more nodes, longer traces, or faster edge rates.
Checking the logic margin at the receiving end
Calculate the worst-case high-state voltage by summing the maximum leakage current from every device on the bus and multiplying by the pull-up resistance. For a 3.3 V I2C bus with eight devices each leaking 5 µA through a 4.7 kΩ pull-up, the sag is 8 × 5 × 10⁻⁶ × 4700 = 0.188 V, leaving 3.11 V at the receiver. The VIH threshold for most 3.3 V logic is around 2.0 V,5 so this margin is comfortable. Problems arise when you add many devices or use weaker pull-ups: a 100-device sensor network with 10 µA per device and a 2.2 kΩ pull-up sags by 2.2 V, dropping a 3.3 V bus below the logic-high threshold entirely. Always verify the loaded high-state voltage before scaling a bus beyond a handful of nodes.
Try in the tool
Pre-filled for this page
Clicking "Try it in the tool" below pre-fills the Current and Resistance fields to 0.5 A and 100 Ω, the conversion this page covers, with the other two values, including the highlighted Voltage result, calculated automatically.
Verify with the Ohm's Law & Power Calculator tool.
Try it in the tool ↑- 1.
"Ohm's Law," Wikipedia, accessed June 2026. https://en.wikipedia.org/wiki/Ohm%27s_Law
- 2.
"Copper Wire Resistance and Resistivity," The Engineering Toolbox, accessed June 2026. https://www.engineeringtoolbox.com/copper-wire-d_1450.html
- 3.
"Choosing Pull-up/Pull-down for Open-Drain Outputs," SLVA485, Texas Instruments, accessed June 2026. https://www.ti.com/lit/an/slva485/slva485.pdf
- 4.
"Open Collector," Wikipedia, accessed August 2026. https://en.wikipedia.org/wiki/Open_collector
- 5.
Electronics Tutorials, "Digital Logic Gate Tutorial - Basic Logic Gates," electronics-tutorials.ws, accessed August 2026. https://www.electronics-tutorials.ws/logic/logic_1.html
Ohm's Law rearranged: V = I × R. Voltage equals current in amps times resistance in ohms. The reference table here uses 100 Ω, so 0.5 A produces 50 V. For your circuit, multiply your actual current by the actual resistance to find the voltage drop across that component.
You use V = I × R whenever the current is already known and you need to find the resulting voltage. Common situations include checking the drop across a current-sense shunt on a power rail, calculating the headroom lost along a cable run of known resistance, and verifying the voltage at an open-collector node when the pull-up current is set by another constraint in the circuit.
0.1 × 2 = 0.2 V, or 200 mV. That is comfortably within the range of a 3.3 V ADC. Power dissipation is P = I²R = 4 × 0.1 = 0.4 W, which fits a half-watt package with a little margin. Increasing the shunt to 0.5 ohms would give a more readable 1 V signal but raises dissipation to 2 W, requiring a larger package. CapyToolkit calculates the voltage for any current and resistance combination.
A 2-metre cable with typical 24 AWG conductors has about 180 milliohms of total loop resistance. At 1 A that drops 180 mV. At 3 A the drop triples to 540 mV, which on a 5 V bus is over 10 percent of the rail and would push a peripheral below its minimum supply voltage. Heavier wire and shorter runs reduce the loop resistance, and V = I × R lets you predict the drop before cutting and crimping the cable.
A ground trace has finite resistance. When a large current returns through it, V = I × R creates a small but real voltage difference between the two ends of the trace. If a precision ADC uses one end as its reference and the measured signal references the other end, the trace voltage becomes a measurement offset. A 0.5 milliohm trace segment carrying 1 A shifts the reference by 0.5 mV, which is half a least-significant bit on a 12-bit, 3.3 V ADC. Star grounding and separate power and analogue copper pours keep this drop out of the signal reference path.
Convert Volts to Ohms (given Current)
How to convert Volts to Ohms (given Current)
Divide voltage by current to find resistance: R = V / I. The reference table assumes a fixed 0.1 A (100 mA) current. For any other current, divide your voltage by that value in amps. Example: 5 V with 0.25 A flowing gives 5 ÷ 0.25 = 20 Ω. To reverse, multiply ohms by the current to get the voltage across that resistance.
Common Volts to Ohms (given Current) conversions
Finding resistance from voltage and current measurements
A motor that runs fine at startup but slows after ten minutes may have a winding resistance that has risen with temperature, reducing the effective voltage at the terminals. A voltage divider that reads correctly at room temperature but drifts outdoors points to a resistor whose value shifts with ambient conditions. In both cases, computing R = V / I at the actual operating point tells you what the circuit really sees, not what the schematic assumes.1 This direction of Ohm's Law is more representative than a cold multimeter reading because it captures the component under load at its actual operating temperature.2 A relay coil measuring 180 Ω cold on a multimeter may return 190 Ω when you compute R = V / I from bench measurements at 12 V drive because the coil wire warms slightly under sustained current.
When operating-point resistance differs from the rated value
For precision references and sensor bias resistors, temperature coefficient drives a measurable shift from the rated value. Computing R = V / I at the operating point reveals the actual working impedance rather than the room-temperature specification, which matters most during calibration, fault comparison, and thermal characterisation. A carbon-film resistor with a 200 ppm per degree Celsius coefficient shifts by 2 percent over a 100 degree Celsius temperature swing, enough to move a precision voltage divider out of spec if you designed it using only the room-temperature value. Metal-film parts at 50 ppm per degree Celsius cut that drift by a factor of four, which is why they dominate in measurement circuits where stability across temperature matters more than cost per unit.3
Sizing series resistance for current-limited loads
When the available voltage and the maximum current a load should draw are both known, R = V / I gives the minimum series resistance needed to enforce that current limit. A 12 V supply feeding a solenoid rated for 50 mA needs at least 12 / 0.050 = 240 Ω in the current path. Most solenoids and relay coils already include winding resistance, so measure the coil and subtract it from 240 Ω to find the added series resistor value.
For a coil measuring 180 Ω, you need an additional 60 Ω. Standard E24 values near 60 Ω include 56, 62, and 68 Ω.4 Choosing 62 Ω gives a total of 242 Ω and a coil current of about 49.6 mA, safely below the 50 mA limit. Rounding to the next-higher standard value is always the conservative approach for current-limited loads.
Voltage divider design from Vout and load current
A voltage divider uses two series resistors to produce a fraction of the supply voltage. If you need 2.0 V from a 5 V supply, stiff enough to supply 10 mA to a load, R = V / I gives both resistor values directly: the lower resistor is 2.0 / 0.010 = 200 Ω and the upper resistor is 3.0 / 0.010 = 300 Ω.
Those two values fully specify the divider without trial and error. Together they consume 15 mA from the 5 V rail and deliver 10 mA to the load at 2.0 V. When the load current is much smaller than the divider current, the output stays close to 2.0 V because the parallel combination of the lower resistor and the load remains close to the lower resistor alone. For tighter regulation, either reduce the divider resistors or buffer the output.
Verifying divider output at tolerance extremes
Before finalizing, verify the worst-case output voltage with both resistors at their tolerance extremes, especially when the divider feeds a charging threshold or a safety comparator input where a fraction of a percent matters. For a 1 percent resistor pair, the ratio error can reach 2 percent in the worst case: a divider designed for 3.3 V from a 12 V supply could produce as little as 3.23 V or as much as 3.37 V.5 If the downstream circuit has a tight input window, either use 0.1 percent resistors or add a trimmer to calibrate the output after assembly. R = V / I at the measured operating point confirms the actual divider current and output voltage, catching tolerance stack-up before it causes a field failure.
Fault diagnosis with calculated resistance
Computing R = V / I at a suspicious component during diagnosis quickly identifies the nature of the fault. A component that should measure 10 kΩ but returns 1 kΩ points to a solder bridge, wrong-value part, or leakage path in parallel. A component returning several megohms instead of a few hundred ohms suggests an open circuit, dry solder joint, or damaged connection.
This approach requires only a multimeter in voltage and current modes, available on every bench instrument from the cheapest hobby model to a professional bench unit. Measure voltage and current at the same operating point, then compare R = V / I against the schematic value and tolerance to determine whether the component itself has failed or whether the surrounding circuit is influencing the reading.
Reading diagnostic results to isolate the fault
A cold Ω reading is less diagnostic because it does not reflect the circuit's actual operating conditions, including self-heating and parallel paths through adjacent components. The operating-point resistance reveals what the circuit sees, not what the component was specified to be. When the computed resistance is lower than expected, look for parallel paths: a solder bridge across a filter capacitor, a damaged PCB trace leaking to an adjacent net, or a semiconductor junction that has partially shorted and now provides a bypass around the intended component.
When the computed resistance is higher, focus on series elements: a cracked solder joint, a corroded connector pin, or a wire bond failing inside a sealed component. Trending R = V / I values over time at the same operating conditions lets you catch intermittent faults that appear only after thermal cycling or vibration.
Try in the tool
Pre-filled for this page
Clicking "Try it in the tool" below pre-fills the Voltage and Current fields to 12 V and 0.1 A, the conversion this page covers, with the other two values, including the highlighted Resistance result, calculated automatically.
Verify with the Ohm's Law & Power Calculator tool.
Try it in the tool ↑- 1.
"Ohm's Law," Wikipedia, accessed June 2026. https://en.wikipedia.org/wiki/Ohm%27s_Law
- 2.
"Resistance Measurement: Voltage-Current Method," eepower.com, accessed June 2026. https://eepower.com/resistor-guide/resistor-measurement/
- 3.
"Fixed Resistors: Temperature Coefficient," eepower.com, accessed June 2026. https://eepower.com/resistor-guide/resistor-types/fixed-resistor/
- 4.
"E series of preferred numbers," Wikipedia, accessed August 2026. https://en.wikipedia.org/wiki/E_series_of_preferred_numbers
- 5.
Electronics Tutorials, "Resistor Colour Code and Resistor Tolerances Explained," electronics-tutorials.ws, accessed August 2026. https://www.electronics-tutorials.ws/resistor/res_2.html
Ohm's Law rearranged: R = V / I. Resistance in ohms equals voltage in volts divided by current in amps. The reference table here fixes the current at 0.1 A (100 mA), so 12 V corresponds to 120 Ω and 5 V corresponds to 50 Ω. For a different current, substitute that value in the denominator.
R = V / I = 12 ÷ 0.050 = 240 Ω total in the circuit. Most relay coils have their own winding resistance, so measure the coil with a multimeter and add only the difference. If the coil reads 180 Ω, the additional series resistor needs to be 60 Ω. The nearest E24 value above 60 Ω is 62 Ω, giving a total of 242 Ω and a coil current of about 49.6 mA.
Subtract the LED's forward voltage from the supply to find the voltage the series resistor must drop. Divide that by the target current. For a 3.3 V supply, a 2.1 V LED at 15 mA: (3.3 − 2.1) ÷ 0.015 = 80 Ω. The nearest standard E24 value above 80 Ω is 82 Ω, giving about 14.6 mA. CapyToolkit's voltage-to-ohms page solves R = V / I in one step for any voltage and current you enter.
0.1 A (100 mA) is a common mid-range current level in 5 V and 12 V electronics: USB-powered peripherals, relay coils, and motor driver signal lines often sit near this figure. The reference scales predictably: at 0.2 A the resistance values halve, and at 0.05 A they double. Dividing any table entry by your actual current in amps gives the resistance for your specific situation.
No. R = V / I gives the nominal resistance at the measured operating point. Real resistors carry tolerances of 1 to 5 percent, and their resistance increases slightly with temperature (positive temperature coefficient). Carbon-film types drift 200 to 500 ppm per degree Celsius; metal-film types drift 50 to 100 ppm. For precision voltage dividers or reference circuits, choose metal-film parts and verify the final resistance in circuit at operating temperature.
Convert Amps to Ohms (given Voltage)
How to convert Amps to Ohms (given Voltage)
Divide the supply voltage by current to find resistance: R = V / I. The reference table assumes a fixed 12 V supply. For any other voltage, divide that voltage by your current. Example: a 24 V supply with 0.2 A flowing gives 24 ÷ 0.2 = 120 Ω. To reverse, divide the supply voltage by ohms to find amps.
Common Amps to Ohms (given Voltage) conversions
Interpreting load resistance at a 12 V reference
When a fixed 12 V source drives a circuit, the current that flows determines the effective load resistance via R = V / I.1 A 12 V rail drawing 1.5 A has an effective load resistance of 8 Ω. That figure includes cable resistance, connector contact resistance, fuse resistance, and the actual load in series, not just the named component. Knowing the total effective resistance gives a baseline for fuse selection, cable sizing, and regression testing. Record it at first power-on and recheck at each maintenance interval to catch early degradation.
The reference table on this page fixes the supply at 12 V because this voltage covers automotive, industrial relay, motor, and lighting circuits where load resistance ranges from under 1 Ω to several kilohms. For other supply voltages, divide that voltage by the measured current to find the effective resistance at the operating point.
Why the total effective resistance matters more than the component value
A 10 Ω heating element wired through 2 metres of 24 AWG cable and two connectors presents a total circuit resistance closer to 11.5 Ω when you include the parasitic series elements. At 12 V, the current drops from the expected 1.2 A to about 1.04 A, reducing heating power by roughly 28 percent.
This discrepancy between the named component value and the actual installed resistance explains why a circuit that works on paper underperforms in practice. Measuring V and I at the load terminals and computing R = V / I captures the real number, including every parasitic contribution, so your fuse and wire sizing reflect reality rather than the ideal schematic.
Automotive loads and stall behavior
Automotive loads expose a common design trap: the running resistance and the stall resistance of a motor differ significantly. A cooling fan drawing 3 A under normal airflow presents a running impedance of 12 / 3 = 4 Ω. When the fan stalls, back-EMF drops to near zero and current rises sharply, pulling the effective resistance below 1 Ω.
Tracking the ratio R = V / I over time flags changes in load behavior that predict mechanical wear or electrical deterioration. A relay coil at 100 Ω that rises to 120 Ω over several weeks may be developing connection oxidation; a fan motor that drops from 4 Ω to 1.5 Ω while nominally running suggests mechanical drag that will progress to a stall.
Monitoring load resistance over time
Both patterns appear in V / I data before they cause a visible failure. Record the effective resistance at first commissioning under known-good conditions, then repeat the measurement at regular intervals. A rising trend in a relay coil's effective resistance points to contact oxidation or a degrading crimp connection, while a falling trend in a motor's running resistance often means bearing wear is increasing mechanical load and driving up current draw. Plotting these values over weeks or months gives you a predictive maintenance signal: when the resistance drifts more than 15 to 20 percent from the baseline, schedule a replacement before the component fails in service.2 This approach costs nothing extra when you already log current during normal operation.
Bench load characterisation before power supply selection
Apply the rated supply voltage to the target load through a current meter, record the current, and compute R = V / I at the actual operating temperature. That load resistance feeds directly into fuse selection, cable sizing, and connector current-rating checks because it captures the real impedance rather than a cold-room estimate that ignores self-heating effects. It also serves as the regression baseline you compare against at every future maintenance interval.
If later measurements under the same supply conditions return a different current, the changed R = V / I flags a hardware difference worth investigating promptly. The cause might be a component drifting out of tolerance, a firmware change that altered the load profile, or early thermal runaway in a winding that has begun to degrade its insulation. Catching this drift early, before the component fails completely, prevents unexpected downtime and gives you time to schedule a replacement during planned maintenance rather than during a critical production run.
Using resistance as a regression metric
Resistance trending costs nothing extra when a current meter is already in the circuit during bring-up. Store the baseline R = V / I value alongside the ambient temperature and supply voltage at the time of measurement so you can compare future readings on equal terms. A 10 percent shift in effective load resistance at the same temperature and supply voltage is a strong indicator that something physical has changed: a connector is corroding, a winding insulation is breaking down, or a thermal interface material is degrading. For production testing, encoding this comparison into an automated test fixture lets you catch drift before a unit ships, reducing field failure rates without adding test time.
Internal resistance of batteries and supplies
Every real voltage source has internal resistance that causes terminal voltage to sag under load. Measure the open-circuit voltage, connect a known resistive load, and measure the terminal voltage and current while loaded. The voltage drop divided by the load current gives the internal resistance: R_int = (OCV - Vterm) / I.3
A 12 V lead-acid battery reading 11.6 V at 2 A has an internal resistance of (12 - 11.6) / 2 = 0.2 Ω. One in poor condition might read 10.8 V at the same current, giving 0.6 Ω. The higher internal resistance explains why aged batteries struggle under starter or motor loads even when their open-circuit voltage still reads near 12 V. Internal resistance also limits the peak current available during high-demand transients.
Track internal resistance over the battery's service life to predict end-of-life before a field failure occurs. A lead-acid battery with internal resistance more than three times its new-battery value has significantly reduced cold-cranking capability, even if its resting voltage still measures normal.4 Lithium cells show a similar pattern: resistance rises gradually with cycle count and age, and the rise accelerates near end of life.5 Comparing R_int at each maintenance interval from the same V / I measurement method allows direct trending without specialized equipment.
Try in the tool
Pre-filled for this page
Clicking "Try it in the tool" below pre-fills the Current and Voltage fields to 0.5 A and 12 V, the conversion this page covers, with the other two values, including the highlighted Resistance result, calculated automatically.
Verify with the Ohm's Law & Power Calculator tool.
Try it in the tool ↑- 1.
"Ohm's Law," Wikipedia, accessed June 2026. https://en.wikipedia.org/wiki/Ohm%27s_Law
- 2.
"Predictive Maintenance and Resistance Trending," eepower.com, accessed June 2026. https://eepower.com/resistor-guide/resistor-measurement/
- 3.
"Internal Resistance," Wikipedia, accessed June 2026. https://en.wikipedia.org/wiki/Internal_resistance
- 4.
Texas Instruments, "Battery Internal Resistance," ti.com, accessed August 2026. https://www.ti.com/lit/an/slua887/slua887.pdf
- 5.
Texas Instruments, "Battery Internal Resistance and Fuel Gauging," ti.com, accessed August 2026. https://www.ti.com/lit/an/slva725/slva725.pdf
R = 12 ÷ 0.8 = 15 Ω. That figure is the total resistance in the current path, including cable and connector resistance in addition to the load. If you expect a 10 Ω load, the 5 Ω difference might be a combination of cable resistance, a current-sense shunt, and connector contact resistance adding up in series.
12 V is one of the most common supply rails in automotive, industrial, and consumer electronics. Most 12 V loads sit in the milliampere to ampere range, which maps to the 10 to 10,000 ohm resistance range at that voltage. The 12 V reference makes the table directly useful for automotive accessory circuits, relay driver stages, LED strip lighting, and motor driver power stages without any scaling.
Find the accessory's rated current from its datasheet or label. Divide 12 by that current to get the equivalent load resistance. If the circuit already includes cable resistance, subtract that from the result to find how much additional resistance the ballast must provide. For a lamp rated at 400 mA, the equivalent load is 12 ÷ 0.4 = 30 Ω. If the cable and connectors add 2 Ω, the effective load is 32 Ω total, slightly reducing the actual current to about 375 mA.
A small resistance result usually indicates a high-current load or a short circuit. A motor stall condition can drop resistance to a fraction of an ohm as the back-EMF disappears, causing the motor to draw many times its rated current. Measuring V = 12 V and I = 20 A gives R = 0.6 Ω, which is a warning sign for the wiring and fuse. Protection devices are sized from the normal operating current; the stall resistance tells you what the fuse must clear. CapyToolkit calculates the expected resistance for any voltage and current combination.
Yes, approximately. Measure the open-circuit voltage, then connect a known resistive load and measure the loaded voltage and the current. The voltage drop equals the open-circuit voltage minus the loaded terminal voltage, and dividing that drop by the load current gives the battery's internal resistance via R = V / I. A fresh AA cell typically has internal resistance below 0.5 Ω. An aged or cold cell may exceed 3 to 5 Ω, which causes a large terminal voltage drop under load.
Convert Watts to Volts (given Current)
How to convert Watts to Volts (given Current)
Divide power in watts by current in amps to find voltage: V = P / I. The reference table assumes a fixed 0.5 A current. For any other current, divide watts by that value. Example: 10 W at 0.5 A gives 10 ÷ 0.5 = 20 V. To reverse, multiply volts by the current to recover watts.
Common Watts to Volts (given Current) conversions
Deriving voltage from V = P / I
V = P / I rearranges the power equation to find voltage when watts and amperes are known but voltage is not directly measured.1 This direction is useful when a power meter, charger label, or smart plug reports watts and current without stating the operating voltage. Dividing watts by amps gives the operating voltage at that moment.
A USB Power Delivery charger marked 65 W at 3.25 A operates at 65 / 3.25 = 20 V, the standard 20 V PD profile.2 That derivation tells you whether the cable is rated for that voltage and whether the device will accept the profile before you make the connection.
When direct voltage measurement is impractical
In sealed enclosures, embedded systems, and multi-rail power budgets, V = P / I recovers the operating voltage from logged data without a probe. A smart plug monitoring a server rack reports 420 W at 3.5 A, deriving a supply voltage of 120 V. If the same plug later reports 420 W at 3.0 A, the derived voltage rises to 140 V, which may indicate a tap change on the upstream transformer or a measurement calibration drift. This back-calculation technique is especially valuable in data centres and industrial settings where opening a live panel to probe a bus bar is impractical or unsafe. Logging watts and amps over time gives you a derived voltage trend that reveals supply quality issues without ever connecting a voltmeter.
USB charger and adapter profiles
USB Power Delivery chargers advertise wattage and maximum current together, and dividing one by the other reveals the operating voltage profile. A 65 W adapter rated for 3.25 A operates at 20 V, which is the standard USB PD profile that many laptops and monitors expect. A 5 W adapter rated for 1 A operates at 5 V, matching the legacy USB charging specification that phones and small peripherals still use. Knowing the derived voltage before you connect anything confirms whether the cable, connector, and downstream device all share the same voltage rating, which prevents damage to components that cannot tolerate a higher-than-expected supply.
A cable built for 5 V USB charging may not be rated for the higher 20 V profile used by high-wattage laptop adapters, even though the wattage labels may look similar. Verifying the derived voltage before connecting protects both the cable and the downstream device from overvoltage damage that can destroy sensitive electronics in milliseconds. A cheap cable that works fine for a 10 W phone adapter may overheat or expose its insulation to stress well beyond its rating when a 65 W laptop negotiates the 20 V profile through the same cord, which is why USB-IF certification testing specifically checks that cables sustain their rated voltage without excessive temperature rise.3
For lower-power rails, V = P / I provides an independent check. A 500 mW wireless module at 3.3 V draws about 152 mA. If the module efficiency degrades and the consumed wattage rises above 500 mW at the same current, the derived voltage reveals the effective supply point, which may be lower than expected under a loaded regulator.
Identifying failing power supplies from logged data
A switching power supply that begins to fail often shows its age through increasing output impedance before it fails outright. If your logged data shows the derived voltage dropping from 5.0 V to 4.7 V while the current draw stays constant, the supply's output impedance has risen by 0.3 V divided by the load current. For a 2 A load, that is 0.15 Ω of added impedance, which typically means a capacitor is drying out or a solder joint is cracking.4 Replacing the supply during scheduled maintenance prevents an unexpected shutdown during peak operation.
Tracking this derived voltage trend over weeks gives you a predictive failure signal that no single snapshot can provide. A one-point measurement at 4.7 V might still fall within the manufacturer's tolerance band, but a steady downward trajectory across dozens of logged samples means the output stage is approaching end of life. The trajectory matters more than any single reading because it distinguishes a temporary fluctuation from progressive component degradation that eventually forces an unplanned outage.
Power logger readings in inaccessible equipment
Smart plugs and whole-house monitors log watts and often current at regular intervals, building a history of how each device behaves over days and weeks. Dividing the logged watts by amps at each time stamp gives the operating voltage at that moment, which can reveal undervoltage conditions, overloaded wiring, or a device running on an unexpected supply profile without opening the enclosure or interrupting the circuit.
Compare the derived voltage with the equipment label or supply specification to spot problems that a single snapshot would miss. If a label says 12 V but the logged data derives 10.8 V under load, the sag may come from cable resistance, connector resistance, or a supply approaching its current limit. A steady decline in the derived voltage over weeks signals increasing resistance somewhere in the power path, which you can investigate before the voltage drops low enough to cause a malfunction.
Checking derived voltage against equipment labels
Trending the derived voltage over time shows whether supply quality is degrading or whether the load is drawing more current as it ages. A 12 V motor drive that derived at 11.9 V on first commissioning but now derives at 11.2 V under the same load current has lost 0.7 V somewhere in the power path: a loosening terminal screw, a corroding fuse clip, or a cable that has been damaged by repeated flexing.
Catching this trend before the motor stalls under load saves downtime and prevents costly emergency repairs. For critical equipment, set an alert threshold at 5 percent below the nominal supply voltage and investigate any sustained breach, because voltage sag at constant current means resistance is increasing somewhere in the path, and increasing resistance means heat that accelerates further degradation.
LED driver compliance voltage
High-power LED modules are specified by wattage and drive current. A 3 W LED at 700 mA needs a driver compliance voltage of 3 / 0.700 = 4.29 V across the junction.5 A constant-current driver must reach that compliance voltage; any shortfall reduces brightness. A constant-voltage supply of the wrong level overdrive the LED if current is not independently limited.
Verify the expected junction voltage with V = P / I before selecting the driver. If the driver's compliance range does not cover the LED's operating voltage, choose a different driver or reconfigure the LED string, such as connecting LEDs in series to achieve a total forward voltage that better matches the available driver range.
Forward voltage shifts with temperature, which affects the power balance in the LED string. A hot junction may present a slightly lower forward voltage than the room-temperature V = P / I estimate, which in a constant-current driver causes the driver to reduce its output voltage automatically without changing brightness. In a constant-voltage driver, the lower junction voltage allows more current to flow, potentially exceeding the LED's maximum forward current. Recalculate V = P / I at the LED's thermal steady-state forward voltage, not only at room temperature, when evaluating driver compliance.
Try in the tool
Pre-filled for this page
Clicking "Try it in the tool" below pre-fills the Power and Current fields to 10 W and 0.5 A, the conversion this page covers, with the other two values, including the highlighted Voltage result, calculated automatically.
Verify with the Ohm's Law & Power Calculator tool.
Try it in the tool ↑- 1.
"Watt's Law and Power Equations," Wikipedia, accessed June 2026. https://en.wikipedia.org/wiki/Watt%27s_Law
- 2.
"USB Power Delivery," USB-IF, accessed June 2026. https://www.usb.org/usb-charger-pd
- 3.
"Electrical Power and Energy Measurement," eepower.com, accessed June 2026. https://eepower.com/resistor-guide/resistor-power/
- 4.
"Switched-mode Power Supply," Wikipedia, accessed August 2026. https://en.wikipedia.org/wiki/Switched-mode_power_supply
- 5.
Electronics Tutorials, "Semiconductor Basics and Diode Tutorial," electronics-tutorials.ws, accessed August 2026. https://www.electronics-tutorials.ws/diode/diode_1.html
V = P / I. This rearrangement of the power equation P = V × I gives the voltage when you know the power dissipated and the current flowing. The reference table uses 0.5 A as the fixed current, so 10 W corresponds to 20 V and 100 W corresponds to 200 V. For a different current, divide your wattage by that value in amps.
65 ÷ 3.25 = 20 V. That is the standard 20 V USB Power Delivery voltage profile used by many laptop chargers. Knowing the voltage from the power and current rating tells you whether the cable and connector are rated for that voltage, and whether the load device accepts that profile.
Measure the current the load is drawing with a series ammeter. Read the wattage from a power meter in series. Divide watts by amps to get the expected voltage, then compare against the supply label. If a supply rated at 12 V is delivering 10.8 V under load, the internal resistance drop is (12 − 10.8) V, and knowing the current tells you whether the drop is within the spec tolerance or points to a faulty supply or undersized cable.
When a direct voltage measurement is not practical, such as in a sealed enclosure or across a component with no accessible probe point, deriving voltage from the power and current readings achieves the same result remotely. Power loggers and smart plugs report watts and sometimes current, from which the operating voltage can be back-calculated. CapyToolkit converts watts to volts for any current value so you can check device operating conditions without opening the enclosure.
1 ÷ 0.350 = 2.86 V. That is consistent with a high-power single-junction white LED forward voltage of around 2.8 to 3.2 V at 350 mA. The LED driver must supply that voltage at the stated current; the total driver input power is higher because the driver itself has conversion losses, typically 85 to 92 percent efficiency.
Convert Watts to Amps (given Voltage)
How to convert Watts to Amps (given Voltage)
Divide power in watts by voltage in volts to get current in amps: I = P / V. The reference table assumes a fixed 12 V supply. For any other voltage, divide watts by that value. Example: 60 W at 12 V gives 60 ÷ 12 = 5 A. To reverse, multiply amps by the voltage to recover watts.
Common Watts to Amps (given Voltage) conversions
Translating watts into current with I = P / V
A 1500 W space heater plugged into a 120 V outlet draws 12.5 A, which is why it needs a dedicated circuit and a 15 A fuse. A 60 W LED strip at 12 V draws 5 A through its supply cable, which is why that cable must be 16 AWG or heavier. Protection devices, cables, connectors, and power supplies are all rated in amperes, not watts, so converting a load's watt rating to amps at the supply voltage gives the number every protective element actually needs.1
I = P / V is simple arithmetic, but it must be applied at the correct voltage for each rail. A 500 mW wireless module at 3.3 V draws about 152 mA. These three examples span four decades of power level and three common supply voltages. Applying I = P / V at every rail before choosing any protection device or wiring gauge is a standard step in power architecture planning. Use the result to compare against datasheet ratings for connectors, terminal blocks, PCB traces, and cable gauges, not only for the fuse, since all of those elements carry the same current.
Fuse and circuit breaker sizing from watts and voltage
A 200 W load at 12 V draws 16.7 A during steady operation. Adding 25 percent for startup transients gives a baseline for fuse selection near 20 A. For inductive loads such as motors, the startup current can reach two to six times the running current, requiring a slow-blow fuse or an electronic circuit breaker with a configurable trip delay.
Under-rating the fuse causes nuisance trips that interrupt normal operation and frustrate everyone who depends on the circuit. Over-rating it is even more dangerous because the wiring can overheat and reach its insulation damage temperature before the fuse ever opens, creating a fire hazard that the protection device was supposed to prevent.
Choosing the fuse rating to protect the wire, not the load
Size the wire first from its current-carrying capacity at the expected ambient temperature, then choose the smallest fuse that lets the wire handle normal load plus startup surge. This ordering ensures that the fuse clears a fault before the wire reaches its insulation damage temperature. A common mistake is to size the fuse for the load and then pick wire that matches the fuse rating, which can leave the wire undersized if the fuse rating has a wide tolerance band.
For automotive and marine applications where vibration stresses connections, choose wire one gauge heavier than the minimum and a fuse at 125 percent of the maximum continuous current.2 This combination handles the harsh environment without nuisance blows while still protecting the wiring harness from a direct short, which is the point of sizing the wire before the fuse in the first place.
Power supply current headroom
After finding the current demand from I = P / V, select a power supply rated above the calculated maximum. A project drawing 40 W at 5 V needs 8 A. A 10 A supply provides 25 percent headroom for transients and keeps the regulator below its thermal limit during continuous operation.
Regulated switching supplies maintain their output voltage across the rated current range, so the output stays at 5 V whether the load draws 1 A or 9 A. Running a supply near its rated limit raises internal temperature, reduces voltage regulation during transients, and shortens the capacitor life that determines long-term reliability.
For multi-rail projects, apply I = P / V at each rail independently. A system drawing 30 W at 5 V and 40 W at 12 V requires 6 A at 5 V and 3.3 A at 12 V. Some multi-output supplies reduce available current on one rail when another is heavily loaded, so verify the cross-regulation table in the datasheet rather than assuming each rail can deliver its rated maximum simultaneously. Summing wattages across rails and dividing by a single voltage gives a meaningless result; per-rail calculations are what protect each circuit section independently.
Derating for altitude and enclosed installations
Power supplies lose cooling efficiency at altitude because air density drops, reducing convective heat transfer. A supply rated for 10 A at sea level may only deliver 7 A at 3000 metres without overheating. Similarly, mounting a supply inside a sealed enclosure without forced airflow requires derating by 20 to 40 percent depending on the enclosure volume and the supply's thermal design.3 Check the manufacturer's derating curves before finalising the installation, because a supply that works on the bench in open air may shut down thermally when packaged in its final housing.
Battery runtime planning from current demand
Battery-powered products are sized in watt-hours or milliampere-hours, and both units describe the total energy the cell can deliver before it reaches its discharge cutoff. Converting your load wattage to amperes at the battery voltage allows direct comparison against the battery capacity rating, giving you a theoretical runtime figure that you can then adjust for real-world losses.
A 20 W load at 12 V draws 1.67 A, so a 20 Ah battery theoretically provides 20 / 1.67 = 12 hours of runtime. In practice, efficiency losses in the voltage regulator, the battery's Peukert effect at higher discharge rates, and the cutoff voltage at which the system stops drawing power all reduce actual runtime by 10 to 25 percent compared with the theoretical figure.
Adjusting for efficiency and chemistry losses
Use the theoretical calculation as a feasibility upper bound before bench testing with the real battery and load. A buck converter between the battery and the load typically runs at 85 to 95 percent efficiency, so multiply the battery current by 1.05 to 1.15 to account for conversion losses. Lead-acid batteries lose about 15 percent of their rated capacity at high discharge rates due to the Peukert effect,4 while lithium-iron-phosphate cells maintain closer to their rating but have a lower nominal voltage that shifts the I = P/V calculation. At low temperatures, all chemistries lose capacity: a lead-acid battery at -10°C delivers only 60 to 70 percent of its room-temperature rating.5 Applying these correction factors to the ideal I = P/V result gives you a realistic runtime estimate you can trust for field planning.
Try in the tool
Pre-filled for this page
Clicking "Try it in the tool" below pre-fills the Power and Voltage fields to 60 W and 12 V, the conversion this page covers, with the other two values, including the highlighted Current result, calculated automatically.
Verify with the Ohm's Law & Power Calculator tool.
Try it in the tool ↑- 1.
"Watt's Law and Power Equations," Wikipedia, accessed June 2026. https://en.wikipedia.org/wiki/Watt%27s_Law
- 2.
"Fuse Sizing and Circuit Protection," eepower.com, accessed June 2026. https://eepower.com/resistor-guide/resistor-power/
- 3.
"Power Supply Derating and Thermal Management," eepower.com, accessed June 2026. https://eepower.com/resistor-guide/resistor-derating/
- 4.
"Peukert's law," Wikipedia, accessed August 2026. https://en.wikipedia.org/wiki/Peukert%27s_law
- 5.
Texas Instruments, "Battery Internal Resistance," ti.com, accessed August 2026. https://www.ti.com/lit/an/slua887/slua887.pdf
I = P / V. Dividing power in watts by voltage in volts gives current in amps. The reference table here uses 12 V as the supply, so 60 W draws 5 A and 120 W draws 10 A. For a different voltage, divide the wattage by that voltage to find the current.
200 ÷ 12 = 16.7 A. Adding 25 percent headroom for startup surges gives a fuse rating of about 20 A. Use a 20 A automotive blade fuse close to the battery for primary overcurrent protection, and size the connecting wire to handle at least 20 A without excessive temperature rise, which typically means 12 AWG or heavier wire for a run of up to 2 metres.
1500 ÷ 120 = 12.5 A. A 15 A branch circuit can handle that load, but with only 2.5 A of headroom it is not advisable to plug other loads into the same circuit. In countries with 230 V mains, the same 1500 W heater draws only 6.5 A, which is why Europeans use lighter-gauge extension cords for similar appliances.
Three-phase power adds a square-root-of-three factor. Total three-phase power is P = √3 × V_line × I × power_factor. For a balanced resistive load at unity power factor, dividing total watts by (1.732 × line voltage) gives the per-phase current. The simple I = P / V formula in this calculator applies to single-phase AC or DC circuits only.
Add up the wattage requirements for every subsystem: processor, displays, motors, heating elements, and any auxiliary loads. Apply a 20 to 30 percent margin for transients and growth. Divide the total watts by the supply voltage to get the required current rating. A project drawing 45 W at 12 V needs 3.75 A, so a 5 A or 6 A supply is appropriate. CapyToolkit calculates the current for any wattage and voltage combination, making the sizing check quick at any stage of design.
Convert Volts to Watts (given Resistance)
How to convert Volts to Watts (given Resistance)
Square the voltage and divide by resistance to get power in watts: P = V² / R. The reference table assumes a fixed 100 Ω resistance. For any other resistance, substitute that value in the denominator. Example: 12 V → 12² ÷ 100 = 1.44 W. To reverse, take the square root of watts times resistance to get volts.
Common Volts to Watts (given Resistance) conversions
Using P = V² / R for resistor dissipation
A quarter-watt resistor that runs cool at 5 V will smoke at 24 V across the same resistance. The reason is the squared term in P = V² / R: power scales with voltage squared, not linearly, so a 4.8 times increase in voltage produces a 23 times increase in heat that no standard through-hole package can survive.1 This catches many first-time designers off guard because the relationship between voltage and current is linear and intuitive, but the relationship between voltage and power follows a curve that punishes even modest overvoltage conditions severely.
Power dissipation from voltage across a resistor follows P = V² / R, derived by substituting Ohm's Law (I = V / R) into the power equation (P = V × I). Squaring the voltage is the critical point that catches many designers off guard. Doubling the voltage across the same resistance quadruples the power, which means a resistor that runs perfectly cool at 3.3 V can become a smoke source at 12 V even though the voltage increase itself looks modest on a multimeter.
Why the squared relationship changes every voltage decision
A resistor rated for 5 V service sees four times the wattage if the rail rises to 10 V, and sixteen times if it reaches 20 V. A 100 Ω resistor across 5 V dissipates 250 mW; across 12 V it dissipates 1.44 W, nearly six times more from a rail only 2.4 times higher.
This quadratic behavior makes supply voltage one of the most consequential choices in resistor selection for any circuit that may see voltage variation. A pull-down resistor that runs cool at 3.3 V becomes a heat source at 12 V, and a bias resistor that survives at 24 V may catch fire at 48 V. Always calculate P = V² / R at the maximum possible supply voltage, including transients, before choosing the component package.
Choosing resistor wattage with derating
After calculating P = V² / R at the maximum expected voltage, choose a resistor package rated at least twice the calculated dissipation.2 A calculated dissipation of 250 mW needs a 0.5 W resistor, not a part running at its limit. In enclosed enclosures with limited airflow, derate more aggressively to 30 or 40 percent of rated wattage.
Derating in enclosed or high-ambient environments
Move to a larger package, add copper pour on the PCB footprint, or use a wirewound resistor with better thermal conduction when the ambient temperature exceeds 50 degrees Celsius or the enclosure restricts airflow. Standard surface-mount 0402 parts rated at 0.063 W and 0603 parts at 0.1 W reach their limits at low dissipation levels, so review the footprint carefully whenever the supply rail exceeds 5 V. A resistor that dissipates 80 mW in free air at 25 degrees Celsius may dissipate only 50 mW at 70 degrees Celsius ambient before reaching the same maximum body temperature, which is why manufacturers publish derating curves that show the allowable dissipation dropping linearly above a specified ambient. Always consult the specific manufacturer's datasheet rather than assuming the rated wattage applies at all temperatures.
Heater elements and intentional resistive heating
Resistive heaters use P = V² / R deliberately to convert electrical power into heat. A nichrome element of 10 Ω at 24 V dissipates 57.6 W. At 48 V the same element delivers 230 W because voltage is squared in the formula. PTC heater elements self-regulate because their resistance rises with temperature: as the element heats and resistance increases, P = V² / R falls automatically, limiting thermal runaway.
Fixed-resistance heaters produce constant wattage at fixed voltage, which makes them predictable but sensitive to supply variation. A 10 percent supply increase raises heating power by 21 percent, which can push a heater beyond the thermal rating of its mounting hardware even though the supply variation appears minor. For industrial heater elements, always verify the supply regulation tolerance before calculating the element resistance, so the thermal design accounts for worst-case power rather than nominal power.3
Common rail voltages and their reference power levels
Keeping a reference set of power levels in mind while reading a schematic makes high-dissipation nodes easy to spot. For a 100 Ω resistor: 3.3 V gives 109 mW, 5 V gives 250 mW, 12 V gives 1.44 W, 24 V gives 5.76 W, and 48 V gives 23 W.
For pull-down and bleed resistors on high-voltage rails, a seemingly harmless 100 kΩ resistor across a 48 V bus dissipates 23 mW, which is acceptable in free air. At 480 V the same calculation gives 2.3 W, requiring a wirewound or film resistor in a suitable package and thermal environment. Applying P = V² / R at the maximum supply voltage, including transients, before finalizing any passive component selection prevents thermal failures in the field.
Transient voltages raise the peak dissipation above what the steady-state supply voltage suggests. An inductive load switching off can create a flyback spike two to three times the supply voltage.4 For a 24 V system, a flyback spike reaching 70 V drives a 100 Ω bleed resistor to 70² / 100 = 49 W instantaneously, far above its rated power even if the steady-state dissipation is only 5.76 W. Add transient suppression diodes or snubber networks5 before those resistors, and verify their voltage rating covers the worst-case transient.
Quick-reference power table for common resistor values
Memorizing a few anchor points speeds up design reviews: a 1 kΩ resistor at 5 V dissipates 25 mW, at 12 V dissipates 144 mW, and at 24 V dissipates 576 mW. A 10 kΩ resistor at those same voltages dissipates 2.5 mW, 14.4 mW, and 57.6 mW respectively. When you spot a 10 kΩ pull-up on a 24 V bus during a schematic review, you can immediately confirm it dissipates under 60 mW and fits comfortably in an 0805 package. These mental checkpoints catch the cases where a resistor value that looks reasonable on paper is actually dissipating watts instead of milliwatts.
Try in the tool
Pre-filled for this page
Clicking "Try it in the tool" below pre-fills the Voltage and Resistance fields to 12 V and 100 Ω, the conversion this page covers, with the other two values, including the highlighted Power result, calculated automatically.
Verify with the Ohm's Law & Power Calculator tool.
Try it in the tool ↑- 1.
"Power Dissipation in Resistors," Wikipedia, accessed June 2026. https://en.wikipedia.org/wiki/Electric_power#Dissipation_in_resistors
- 2.
"Resistor Power Ratings and Derating," eepower.com, accessed June 2026. https://eepower.com/resistor-guide/resistor-standards-and-codes/resistor-sizes-and-packages/
- 3.
"Heater Elements and Resistive Heating," eepower.com, accessed June 2026. https://eepower.com/resistor-guide/resistor-materials/
- 4.
"Flyback diode," Wikipedia, accessed August 2026. https://en.wikipedia.org/wiki/Flyback_diode
- 5.
Electronics Tutorials, "Signal Diode and Switching Diode Characteristics," electronics-tutorials.ws, accessed August 2026. https://www.electronics-tutorials.ws/diode/diode_4.html
P = V² / R. Square the voltage and divide by the resistance. For the 100 Ω reference: 5 V gives 25 ÷ 100 = 0.25 W, and 12 V gives 144 ÷ 100 = 1.44 W. For a different resistance, divide the squared voltage by that value instead.
Calculate P = V² / R using the maximum voltage that will appear across the resistor and its resistance value. Then choose a resistor rated at twice the calculated wattage to allow for derating. A resistor dropping 5 V across 100 Ω dissipates 0.25 W; a half-watt resistor provides a comfortable 50 percent derating. For voltages above 20 V or resistances below 50 Ω, recalculate carefully because the power levels grow quickly.
Because P = V × I and I = V / R by Ohm's Law. Substituting I = V / R into P = V × I gives P = V × (V / R) = V² / R. The squaring means that doubling the voltage quadruples the power for the same resistance, which is why small increases in voltage can cause large increases in heat dissipation. A resistor rated for 12 V service sees four times the power if the supply rises to 24 V.
5² ÷ 220 = 25 ÷ 220 = 0.114 W, or about 114 mW. A quarter-watt (250 mW) resistor handles this with a useful margin. In a real LED circuit, most of the voltage is dropped across the LED rather than the resistor, so the actual resistor dissipation will be somewhat less than this full-supply calculation suggests. CapyToolkit calculates the exact wattage for any voltage and resistance you enter.
From P = V² / R, rearranging for V: V = √(P × R) = √(0.25 × 100) = √25 = 5 V. So a 0.25 W, 100 Ω resistor is fully loaded at 5 V. At 3.3 V it dissipates only 0.109 W, well within rating. At 12 V it dissipates 1.44 W, which is nearly six times the rating and will cause overheating within seconds.
Convert Amps to Watts (given Resistance)
How to convert Amps to Watts (given Resistance)
Square the current and multiply by resistance to get power in watts: P = I² × R. The reference table assumes a fixed 100 Ω resistance. For any other resistance, multiply the squared current by that value. Example: 1 A → 1² × 100 = 100 W. To reverse, take the square root of watts divided by resistance to get amps.
Common Amps to Watts (given Resistance) conversions
Using P = I² × R for Joule heating
A motor winding that dissipits 2 W at rated current generates 32 A fault, enough to char the enamel insulation and short adjacent turns in under one second. A PCB trace that stays cool at 2 A becomes a heating element at 8 A because the power scales with the square of the current. Fault currents are disproportionately destructive, and I² × R quantifies exactly how destructive.
Substituting V = I × R into P = V × I gives P = (I × R) × I = I² × R.1 Squaring the current is the key insight: doubling current at fixed resistance quadruples the power. A fault current four times the rated level produces sixteen times the rated power, which can melt insulation or destroy components in milliseconds. The I² × R formula applies wherever current flows through resistance: wire conductors, PCB traces, motor windings, connector contacts, fuse elements, and sense resistors. Apply it to each element in a power path, not only the main load, to confirm that connectors, terminal blocks, and sense resistors stay within their thermal ratings under peak current conditions.
Wire and cable heating by AWG gauge
Common AWG conductor resistances at 20°C: 26 AWG runs approximately 130 mΩ/m; 24 AWG runs approximately 84 mΩ/m; 22 AWG runs approximately 53 mΩ/m; 20 AWG runs approximately 33 mΩ/m.2 These values let you predict both voltage drop and heating for any cable run before you cut and crimp the connectors. A 5-metre two-conductor run of 24 AWG at 1 A has a loop resistance of 5 × 2 × 0.084 = 0.84 Ω, dissipating 1² × 0.84 = 0.84 W spread along the cable. At 2 A the same run dissipates 4 × 0.84 = 3.36 W, enough to make the insulation noticeably warm in still air and to raise the conductor temperature above the safe limit for some jacket materials.
Ampacity tables (NFPA 70, IEC 60364) set current limits based on acceptable insulation temperature rise, not on voltage drop. A thin wire may stay within the temperature limit at a given current while still dropping too much voltage for a sensitive load, so check both I²R heating and voltage drop with V = I × R before finalizing any cable gauge. The stricter of the two limits determines the minimum wire size for the application.
Comparing wire gauges for the same current
A practical comparison at 3 A continuous illustrates the trade-off: 24 AWG wire at 3 A dissipates 3² × 0.42 = 3.78 W per 5-metre loop, while 20 AWG at the same current dissipates 3² × 0.165 = 1.49 W. The heavier gauge cuts the heat by 60 percent and reduces the voltage drop from 1.26 V to 0.50 V over the same run. For a 12 V system, that difference determines whether the load sees 10.74 V or 11.50 V, which can be the margin between reliable operation and undervoltage lockout. The cost difference between 24 AWG and 20 AWG is modest, but the thermal and electrical improvement is substantial, which is why most designers default to the heavier gauge for any run longer than a metre at currents above 2 A.
Fuse I²t clearing and protection coordination
Fuses are designed to open before I²R heating can damage the wiring or start a fire, and their time-current curves are the key to coordinating protection across a distribution network. These curves specify how long the fuse takes to open at each overcurrent multiple, giving you the data you need to match the fuse to the wire it protects. At twice rated current, opening may take several seconds because the heating is modest and the element needs time to reach its melting point; at ten times rated current, the fuse clears in milliseconds because the massive I²R heating vaporises the element almost instantaneously.
The concept of I²t (current squared times time) integrates the heating effect over the clearing duration and represents the total heat energy the wire receives before the fuse opens. A fuse must clear with less I²t than the wire can tolerate, and the relationship between the two curves determines whether the protection actually prevents damage or merely reacts after the insulation has already degraded. Selecting a fuse without consulting the I²t data is like choosing a smoke detector without checking whether it actually sounds an alarm.
Reading time-current curves for reliable coordination
P = I² × R calculates instantaneous power; multiplying by clearing time gives the heat energy, directly analogous to the I²t rating on fuse datasheets. Size the wire first, then choose a fuse whose clearing I²t at the expected fault current stays well below the wire's damage threshold. For a 14 AWG copper wire rated for 15 A, the I²t withstand is roughly 1000 A²s. A 15 A fast-blow fuse might clear at 30 A in 0.1 seconds, giving an I²t of 30² × 0.1 = 90 A²s, well within the wire's capability. A slow-blow fuse at the same rating might take 10 seconds to clear at 30 A, giving 9000 A²s, which exceeds the wire's withstand and allows damage before the fuse opens. Matching the fuse type to the wire's I²t rating is what makes coordination work.
Motor, PCB trace, and precision resistor self-heating
Three compact examples span the range of I²R heating in real circuits. A motor winding with 0.8 Ω resistance carrying 3 A dissipates 7.2 W regardless of the mechanical work being done; that heat must leave through the motor's cooling path or winding temperature climbs until the insulation degrades. A 1 mm wide 1 oz PCB trace has about 14 mΩ/cm, so 3 A dissipates 9 × 0.014 = 126 mW/cm, which raises trace temperature by 90°C or more in still air.
A 10 kΩ metal-film resistor carrying 1 mA dissipates 10 mW. In still air the body may rise 5 to 10°C. At 50 ppm/°C temperature coefficient, a 10°C rise shifts resistance by 500 ppm, which introduces 5 Ω of error on a 10 kΩ part. That shift sounds trivial until you realize it represents a systematic measurement bias that no amount of averaging can remove, because the error is proportional to the signal itself and tracks the load current rather than appearing as random noise that filters can suppress.
Self-heating in precision sense resistors
For precision ADC reference circuits where 1 ppm matters, reduce the sense current, choose a lower-coefficient resistor, or use a temperature-compensated reference IC. A common approach is to use a 1 kΩ sense resistor instead of 10 kΩ, which cuts the dissipation by a factor of ten at the same current and reduces the self-heating error proportionally.
Alternatively, select a resistor with a temperature coefficient below 10 ppm per degree Celsius, which is available in bulk-metal-foil types that cost more but deliver the stability precision analog circuits demand. For the most demanding applications, a four-wire Kelvin connection to the sense resistor eliminates lead resistance errors and lets you measure the actual voltage drop across the element itself.3
Try in the tool
Pre-filled for this page
Clicking "Try it in the tool" below pre-fills the Current and Resistance fields to 0.5 A and 100 Ω, the conversion this page covers, with the other two values, including the highlighted Power result, calculated automatically.
Verify with the Ohm's Law & Power Calculator tool.
Try it in the tool ↑- 1.
"Power Dissipation in Resistors," Wikipedia, accessed June 2026. https://en.wikipedia.org/wiki/Electric_power#Dissipation_in_resistors
- 2.
"Copper Wire Resistance and Resistivity," The Engineering Toolbox, accessed June 2026. https://www.engineeringtoolbox.com/copper-wire-d_1450.html
- 3.
"Resistor Self-Heating and Temperature Coefficient," eepower.com, accessed June 2026. https://eepower.com/resistor-guide/resistor-materials/thin-and-thick-film/
P = I² × R. Square the current and multiply by the resistance. For the 100 Ω reference: 0.1 A gives 0.01 × 100 = 1 W, and 0.5 A gives 0.25 × 100 = 25 W. For a different resistance, multiply the squared current by that value instead.
2² × 0.5 = 4 × 0.5 = 2 W. That 2 W is dissipated as heat along the entire length of the cable. For a 1-metre cable that works out to 2 W per metre, which keeps the insulation within its temperature rating for standard 24 AWG hookup wire rated at around 300 mA to 0.5 A. For 2 A you would normally use at least 20 AWG wire to keep the resistive drop and heating within safe limits.
Because P = I² × R and squaring doubles the exponent. Going from 1 A to 2 A changes I² from 1 to 4, so power goes from 1 × R to 4 × R. This is why overcurrent events are so destructive: a fault current four times the rated current produces sixteen times the rated power dissipation, which can melt wire insulation or destroy components in milliseconds.
Motor windings are resistive, so every amp of current produces heat proportional to I²R. Continuous overloading at twice the rated current generates four times the rated winding heat. Modern motor controllers protect against this with I²t (current squared times time) monitoring: they integrate the current squared over time and trip the output before the winding temperature reaches the insulation's rated limit. Understanding P = I² × R explains why thermal models are needed for accurately predicting motor lifetime under variable duty cycles.
Yes. CapyToolkit runs P = I² × R at standard floating-point precision in your browser, so values like 0.000050 A (50 µA) through 1 MΩ give 0.0000025 W, or 2.5 µW. Very small powers at high resistances and low currents are relevant in sensor circuit analysis where self-heating of a sensing element or a high-impedance bias resistor affects measurement accuracy.