Nernst Equation Calculator
Calculate the actual cell potential under non-standard conditions using the Nernst equation: E = E0 - (RT/nF)ln(Q).
Standard Reduction Potentials Reference
What the Nernst equation computes
Standard cell potentials assume every species is at 1 M (or 1 atm for gases) and 298.15 K. Real cells almost never sit there. The Nernst equation corrects E0 for the actual concentrations:
E = E0 − (RT / nF) ln(Q)
R is 8.314 J/(mol·K), F is 96,485 C/mol, n is the number of electrons transferred in the balanced cell reaction, and Q is the reaction quotient built from current activities. At 298.15 K the prefactor RT/F equals 0.02569 V, and converting to log base 10 gives the textbook shortcut E = E0 − (0.0592/n) log₁₀(Q).
The sign convention follows from Le Chatelier: when Q < 1 (products depleted), the log is negative, the correction adds to E0, and the cell pushes harder forward. When Q > 1 the correction subtracts and E falls.
Inputs
- E0 in volts — from a standard reduction potential table, computed as E°cathode − E°anode for the overall cell.
- n — electrons transferred in the balanced cell reaction (must match the way Q is written).
- Q — reaction quotient at the actual concentrations.
- T in kelvin — defaults to 298.15 K. Change it for high-temperature cells, biological systems at 310 K, or industrial conditions.
The calculator returns E plus a sign-of-spontaneity check (E > 0 means the reaction as written is spontaneous).
Worked examples
Zn/Cu cell off standard conditions. E0 = 1.103 V, n = 2, [Zn²⁺] = 0.10 M, [Cu²⁺] = 1.0 M. Q = [Zn²⁺]/[Cu²⁺] = 0.10. E = 1.103 − 0.02569/2 × ln(0.10) = 1.103 − (−0.0296) = 1.133 V. Lower product concentration boosts the driving force.
Concentration cell. Same electrode, different concentrations: [Ag⁺] = 0.001 M on one side, 1.0 M on the other. E0 = 0 V, n = 1, Q = 0.001. E = −0.02569 × ln(0.001) = 0.177 V. The entire potential comes from the concentration gradient.
Temperature effect. Same Zn/Cu cell at 353.15 K (80 °C), Q = 0.10. E = 1.103 − (8.314 × 353.15)/(2 × 96485) × ln(0.10) = 1.138 V. Higher T amplifies the correction.