Power Factor Calculator

PF = W ÷ (V×A) or W ÷ VA, clamped 0–1. Click any i for detail.

Jump to result

Power readings

Real power (W)
i
W

True power in watts.

Voltage (V)
i
V

RMS voltage.

Current (A)
i
A

RMS current.

Apparent power VA (optional)
i
VA

If > 0, used instead of V×A.

How to use this calculator

  1. Enter real power in watts.
  2. Enter V and A, or a known VA.
  3. Leave VA at 0 to use V×A.
  4. Read PF and apparent power.

Results explained

Power factor is real power divided by apparent power. For a simple single-phase sketch, apparent power ≈ V×A (or a measured VA). PF is clamped between 0 and 1 on this page.

Quick reference: PF

PF = W / VA; VA ≈ V×A (or entered).

ItemDetail
PF 1.0Resistive ideal
PF < 1Reactive / distortion
VA from W/PFW ÷ PF
Three-phaseDifferent √3 factors

Single-phase educational sketch — not a utility bill analyzer.

How the estimate is built

apparent = VA>0 ? VA : V×A; PF = clamp(W/apparent, 0, 1).

Example scenario

800 W, 120 V, 10 A → PF = 0.667.

FAQ

Leading vs lagging?

Sign/phase not shown — magnitude only.

Three-phase?

See the three-phase power calculator.

Why clamp at 1?

Measurement noise can push W > VA slightly.

Correcting PF?

Capacitors/reactors need a design — not sized here.