Sensor Crop Factor Calculator
Solve Sensor Crop Factor step by step — enter coefficients or expressions to get roots, factors, or simplified forms with detailed algebraic working.
Calculator
Adjust values & calculateFormula
The crop factor is calculated by dividing the diagonal of a 35mm full-frame sensor (43.27mm) by the diagonal of the camera sensor. The equivalent focal length equals the actual focal length multiplied by the crop factor. The equivalent aperture for depth-of-field comparison is the actual aperture multiplied by the crop factor.
Last reviewed: December 2025
Worked Examples
Example 1: APS-C with 35mm Lens
Example 2: Micro Four Thirds with 25mm Lens
Background & Theory
The Sensor Crop Factor Calculator applies the following established principles and formulas. Computers represent all information using binary, a base-2 number system consisting solely of the digits 0 and 1, each called a bit. Because long binary strings are unwieldy, programmers routinely use octal (base 8) and hexadecimal (base 16) as compact shorthand. Converting between bases follows a consistent algorithm: divide the source number repeatedly by the target base, collecting remainders in reverse order. Hexadecimal digits A through F represent the values 10 through 15, allowing a single character to encode four binary bits, making it the preferred notation for memory addresses, color codes, and bytecode. Bitwise operations manipulate individual bits within integers. AND produces a 1 only when both input bits are 1, making it useful for masking. OR produces a 1 when either bit is 1 and is used for combining flags. XOR flips bits that differ, enabling simple toggle logic and efficient swap algorithms. NOT inverts every bit (one's complement), while left and right shifts multiply or divide by powers of two in constant time. Data storage units ascend in binary multiples of 1024: 8 bits form one byte, 1024 bytes form one kibibyte (KiB), 1024 KiB form one mebibyte (MiB), and so forth. Hard-drive manufacturers historically use decimal prefixes (1 KB = 1000 bytes), creating the persistent confusion between binary and decimal interpretations of the same label. The IEC standardized the binary prefixes KiB, MiB, GiB, and TiB in 1998 to resolve this ambiguity. Network bandwidth is measured in bits per second (bps), most commonly megabits per second (Mbps) or gigabits per second (Gbps). A 100 Mbps connection transfers 100 million bits every second, equating to roughly 12.5 megabytes per second. IP subnet masks define network boundaries; CIDR notation appends a prefix length (e.g., /24) to an address, indicating how many leading bits are fixed. A /24 subnet contains 256 addresses with 254 usable hosts. Algorithm efficiency is described using Big-O notation, which characterises the worst-case growth of time or space relative to input size. O(1) is constant, O(log n) is logarithmic (binary search), O(n) is linear, and O(n²) is quadratic. Cryptographic hash functions like SHA-256 produce a fixed 256-bit (32-byte) digest regardless of input length. File compression algorithms exploit statistical redundancy to reduce storage footprint, and compression ratio equals the original file size divided by the compressed size.
History
The history behind the Sensor Crop Factor Calculator traces back through the following developments. The conceptual foundation of modern computing traces back to Charles Babbage, whose Analytical Engine design of 1837 introduced the idea of a general-purpose mechanical computer with separate storage and processing units, including what he called the Store and the Mill. Ada Lovelace wrote what many consider the first algorithm intended for machine execution while annotating a translation of Luigi Menabrea's account of Babbage's work, also recognising the machine's potential to manipulate symbols beyond mere numbers. George Boole published "The Laws of Thought" in 1854, formalising a two-valued algebra of logic that would later map perfectly to electrical circuits. It remained largely a mathematical curiosity until Claude Shannon's landmark 1937 master's thesis demonstrated that Boolean algebra could describe switching circuits, laying the theoretical groundwork for all digital electronics. Shannon's 1948 paper "A Mathematical Theory of Communication" defined the bit as the fundamental unit of information and established information theory as a rigorous discipline. The same year, the transistor was invented at Bell Labs by Bardeen, Brattain, and Shockley, eventually replacing vacuum tubes and enabling miniaturisation at scale. ENIAC, completed in 1945, was one of the first general-purpose electronic computers, occupying 1800 square feet and consuming 150 kilowatts of power while performing roughly 5000 additions per second. The ASCII standard was ratified in 1963, assigning 7-bit codes to 128 characters and enabling interoperability between computers from different manufacturers. Through the 1970s, the microprocessor consolidated an entire CPU onto a single chip; Intel's 4004 in 1971 marked the beginning of this trend. The Apple II launched in 1977 and the IBM PC in 1981 brought computing to homes and offices, triggering a mass-market software industry. Tim Berners-Lee proposed the World Wide Web in 1989 and launched the first website in 1991 at CERN, transforming the internet from an academic and military network into a global information infrastructure. Mobile computing accelerated through the 2000s with smartphones integrating powerful processors, wireless networking, and GPS into pocket-sized devices, extending computation into every facet of daily life and cementing TCP/IP as the universal communications fabric.
Frequently Asked Questions
Formula
Crop Factor = Full-Frame Diagonal / Sensor Diagonal
The crop factor is calculated by dividing the diagonal of a 35mm full-frame sensor (43.27mm) by the diagonal of the camera sensor. The equivalent focal length equals the actual focal length multiplied by the crop factor. The equivalent aperture for depth-of-field comparison is the actual aperture multiplied by the crop factor.
Worked Examples
Example 1: APS-C with 35mm Lens
Problem: Calculate the equivalent focal length and field of view for a 35mm f/1.4 lens on a Nikon APS-C camera (23.5 x 15.6mm sensor).
Solution: Sensor diagonal = sqrt(23.5^2 + 15.6^2) = sqrt(552.25 + 243.36) = sqrt(795.61) = 28.21mm\nFull-frame diagonal = sqrt(36^2 + 24^2) = 43.27mm\nCrop factor = 43.27 / 28.21 = 1.534\nEquivalent focal length = 35 x 1.534 = 53.7mm\nEquivalent aperture (DoF) = f/1.4 x 1.534 = f/2.15\nHorizontal FoV = 2 x atan(23.5 / 70) = 37.1 degrees
Result: Crop Factor: 1.534x | Equiv. FL: 53.7mm | Equiv. Aperture: f/2.15
Example 2: Micro Four Thirds with 25mm Lens
Problem: What is the full-frame equivalent of a 25mm f/1.8 lens on a Micro Four Thirds sensor (17.3 x 13mm)?
Solution: Sensor diagonal = sqrt(17.3^2 + 13^2) = sqrt(299.29 + 169) = sqrt(468.29) = 21.64mm\nCrop factor = 43.27 / 21.64 = 2.0\nEquivalent focal length = 25 x 2.0 = 50mm\nEquivalent aperture = f/1.8 x 2.0 = f/3.6\nHorizontal FoV = 2 x atan(17.3 / 50) = 19.1 degrees
Result: Crop Factor: 2.0x | Equiv. FL: 50mm | Equiv. Aperture: f/3.6
Frequently Asked Questions
What is sensor crop factor and why does it matter in photography?
Sensor crop factor is the ratio of a full-frame sensor diagonal (43.27mm) to your camera sensor diagonal. It tells you how much narrower your field of view is compared to a 35mm full-frame camera using the same lens. A crop factor of 1.5x means your sensor captures a smaller portion of the image circle projected by the lens, effectively cropping the edges. This matters because it changes the equivalent focal length, apparent depth of field, and effective aperture for noise comparison. A 50mm lens on a 1.5x crop sensor gives the same field of view as a 75mm lens on full frame, which is why crop sensors are popular for wildlife and sports photography.
How does crop factor affect depth of field and bokeh?
Crop factor reduces apparent depth of field control compared to full frame. To get the same framing and depth of field as a full-frame camera, you need to divide your aperture by the crop factor. A 50mm f/1.8 on a 1.5x crop gives the field of view of 75mm but the depth of field equivalent of roughly f/2.7 on full frame. This means smaller sensors produce deeper depth of field at equivalent framing, making it harder to achieve creamy background bokeh. However, this can be an advantage for landscape and macro photography where maximum sharpness throughout the frame is desired. The actual light-gathering per pixel also differs with sensor size.
Does crop factor change the actual focal length of my lens?
No, crop factor does not physically alter the focal length of your lens. A 50mm lens remains a 50mm lens regardless of the sensor behind it. What changes is the field of view, because a smaller sensor captures only the central portion of the image circle. The equivalent focal length is a way of describing this narrower field of view in terms that full-frame photographers understand. So when we say a 50mm lens on a 1.5x crop has an equivalent focal length of 75mm, we mean it captures the same angular field of view as a 75mm lens would on full frame. The perspective, distortion characteristics, and actual light cone remain those of a 50mm lens.
What are common crop factors for different camera systems?
Full-frame sensors (36x24mm) have a crop factor of 1.0x and are found in cameras like the Sony A7 series, Canon R5, and Nikon Z8. APS-C sensors have a crop factor of approximately 1.5x for Nikon, Sony, and Fuji systems, and 1.6x for Canon APS-C. Micro Four Thirds sensors used by Olympus and Panasonic have a 2.0x crop factor. One-inch sensors common in premium compacts like the Sony RX100 have a 2.7x crop factor. Medium format sensors from Fuji GFX and Hasselblad have crop factors around 0.79x, meaning they are larger than full frame and provide a wider field of view with the same focal length lens.
How does crop factor impact low-light performance and image noise?
Smaller sensors with higher crop factors generally perform worse in low light because each pixel receives less total light, assuming the same megapixel count. The pixel density ratio tells you how many times more densely packed the pixels are compared to full frame. A 1.5x crop sensor with 24 megapixels has the same pixel density as a full-frame sensor with roughly 54 megapixels. Higher pixel density means smaller photosites that capture fewer photons, producing more noise at the same ISO setting. This is why full-frame cameras typically have one to two stops of advantage in noise performance over APS-C sensors, and medium format sensors are even cleaner in challenging lighting situations.
What is crop rotation and why is it important?
Crop rotation means growing different plant families in each bed each year. It prevents soil-borne disease buildup, balances nutrient depletion, and breaks pest cycles. A simple 4-year rotation: legumes (add nitrogen), then leafy greens (use nitrogen), then fruiting crops, then root vegetables. Never follow a crop with the same family.
References
Reviewed by Daniel Agrici, Founder & Lead Developer · Editorial policy