Angle Converter
Convert degrees to radians, gradians, arcminutes, arcseconds, and turns instantly. Free online angle unit converter for math, physics, engineering, and navigation.
Free Online Angle Converter — Degrees, Radians, Gradians, Arcminutes and More
Whether you are solving a trigonometry problem, programming a graphics rotation, calibrating a navigation instrument, mapping telescope coordinates, or working through a civil engineering survey, you will eventually need to convert between different units of angular measurement. The world of angular units is more diverse than most people realize — degrees are the everyday standard, but radians dominate mathematics and physics, gradians appear in European surveying, and arcminutes with arcseconds are essential in astronomy and GPS positioning. Our free online angle converter handles all of these unit families instantly, letting you enter a value in any unit and see precise conversions across the full range simultaneously.
The converter runs entirely in your browser — no server calls, no account required, and no data transmitted anywhere. Enter your angle value, select your source unit, and all conversions update in real time.
Degrees — The Universal Standard for Everyday Angle Measurement
The degree is by far the most widely used unit of angle measurement in everyday contexts, and its origin stretches back to ancient Babylonian mathematics. The Babylonians used a base-60 (sexagesimal) number system and divided the circle into 360 equal parts — a choice likely influenced by the approximate number of days in a year and the mathematical convenience of 360 being divisible by 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 18, 20, 24, 30, 36, 40, 45, 60, 72, 90, and 120 without producing fractions.
This divisibility is the practical reason degrees remain dominant in navigation, construction, carpentry, mechanical engineering, and everyday geometry. When you need to express a right angle as 90°, an equilateral triangle's interior angles as 60°, or a straight angle as 180°, the numbers are clean and intuitively meaningful. The unit is universal enough that protractors, compasses, and angle finders are calibrated in degrees as the default standard worldwide.
Within the degree system, angles smaller than one degree are expressed in decimal degree format (45.75°) or in the traditional degrees-minutes-seconds (DMS) format inherited from Babylonian mathematics: one degree equals 60 arcminutes, and one arcminute equals 60 arcseconds. GPS coordinates are often expressed in DMS format — 40°42'51"N 74°0'21"W, for example — which is why arcminute and arcsecond conversion is essential for anyone working with geographic data.
Radians — The Mathematically Natural Unit
If degrees are the practical everyday unit, radians are the mathematically elegant one. A radian is defined as the angle subtended at the center of a circle by an arc whose length equals the radius of that circle. Since the circumference of a circle is 2πr, a full circle contains exactly 2π radians. This definition ties the angle unit directly to the geometry of the circle in a way that degrees do not, and that relationship has profound implications for calculus and higher mathematics.
The reason radians dominate in mathematics, physics, and engineering calculations is that they simplify an enormous number of formulas. The derivatives and integrals of trigonometric functions only take their clean, simple forms — d/dx(sin x) = cos x — when x is expressed in radians. In degrees, these derivatives acquire ugly conversion factors that complicate every downstream calculation. Similarly, the small-angle approximation (sin θ ≈ θ for small θ) works cleanly only in radians, which is why it appears throughout physics in pendulum motion, wave optics, and orbital mechanics without qualification.
Programming languages, scientific computing libraries, and graphics frameworks almost universally express angular arguments in radians. Python's math module, JavaScript's Math functions, C's trigonometric functions — all expect and return radians by default. When you set a rotation angle in a game engine, apply a transformation in a 3D modeling application, or calculate the phase of a signal in signal processing, you are almost certainly working in radians whether you realize it or not. Converting from the degree values humans naturally think in to the radian values machines natively process is one of the most common practical uses of our angle converter.
Gradians — The Surveyor's Angle Unit
The gradian (also written as gon or grad) emerged from the metric system reform of the French Revolution, which sought to decimalize all measurement units for consistency and ease of calculation. While the meter and kilogram succeeded spectacularly as global standards, the gradian achieved only partial adoption. It divides the full circle into 400 equal parts rather than 360, making a right angle exactly 100 gradians — a clean decimal relationship that simplifies certain types of angular arithmetic.
Today, gradians see primary use in professional surveying and civil engineering, particularly in continental Europe. Theodolites and total stations used in land surveying are often calibrated in gradians, and topographic mapping software in several countries uses gradians as the default angular unit. If you are working with survey data from European sources and need to convert to degrees or radians for use in other tools or calculations, our angle converter handles that translation instantly.
Arcminutes and Arcseconds — Precision Angular Measurement
Arcminutes and arcseconds are subdivisions of the degree that provide the precision required for astronomy, high-accuracy navigation, and geodetic surveying. One degree contains 60 arcminutes (symbol: ′), and one arcminute contains 60 arcseconds (symbol: ″). The resulting resolution — one arcsecond equals 1/3600th of a degree — is approximately the angular size of a quarter coin viewed from 5 kilometers away.
In astronomy, arcminutes and arcseconds are essential for describing the angular size and separation of celestial objects. The full Moon has an apparent diameter of roughly 30 arcminutes (half a degree). The resolution limit of the human eye is approximately 1 arcminute, while modern ground-based telescopes with adaptive optics can resolve features smaller than 0.1 arcseconds. When astronomers describe the angular separation between binary stars, the size of a nebula, or the proper motion of a star across the sky over years, arcseconds are the natural unit of choice.
In GPS and geographic coordinate systems, the DMS (degrees-minutes-seconds) format uses arcminutes and arcseconds to express latitude and longitude with precision sufficient for navigation, surveying, and mapping. Converting between DMS format and decimal degrees — a frequent need when transferring coordinates between different software systems — requires straightforward arcminute and arcsecond arithmetic that our converter simplifies.
Turns — The Simplest Angular Unit
The turn (also called revolution, cycle, or full rotation) is the most intuitive angular unit: one turn equals one complete rotation, or 360 degrees, or 2π radians, or 400 gradians. Despite its simplicity, the turn unit is genuinely useful in certain engineering and physics contexts. When describing the speed of a rotating shaft, engineers often speak in turns per minute (RPM) rather than degrees per minute. When specifying the winding of a transformer coil or the number of rotations in a spring mechanism, turns are the most natural counting unit.
In mathematics, particularly in complex analysis and Fourier analysis, thinking in terms of complete turns (rather than radians or degrees) can make certain periodic phenomena more intuitively clear. Some modern mathematicians and physicists advocate for the use of τ (tau = 2π ≈ 6.283) as a fundamental circle constant precisely because it equals one full turn in radians, making formulas involving complete cycles cleaner and more immediately legible.
Practical Angle Conversion Examples Across Disciplines
In robotics and servo motor programming, angles are often specified in degrees by the mechanical designer but must be converted to radians for the control algorithm or to encoder counts (a fraction of a full turn) for the motor driver. Our converter supports all three of these representations simultaneously.
In 3D computer graphics and game development, rotation values are frequently expressed in degrees in the user interface and animation timeline but converted internally to radians for matrix calculations and quaternion operations. Understanding the conversion prevents the common programming error of passing degree values to trigonometric functions that expect radians, which produces wildly incorrect rotation results.
In navigation and aviation, heading and bearing values are expressed in degrees measured clockwise from north (0° to 360°), while the mathematical treatment of those bearings in vector calculations requires conversion to standard mathematical angle convention (counterclockwise from the positive x-axis) and typically to radians. Our angle converter is the quickest way to confirm these values during calculations.