How to find circumference
The circumference is the distance around the outside edge of a circle. If you know the radius, use C = 2 * pi * r. If you know the diameter, use C = pi * d.
For a partial circle, use the arc length calculator. For 3D round objects, use the volume of a sphere calculator.
Circumference from radius
C = 2 * pi * r
If the radius is 5:
C = 2 * pi * 5 = 31.4159
Circumference from diameter
C = pi * d
Because diameter is twice the radius, this is the same formula written in a shorter form.
Circumference from area
If you only know area, solve for radius first:
r = sqrt(A / pi)
Then use C = 2 * pi * r.