Convert a decimal into a simplified fraction or mixed number using a strict validation pass.
Last updated: June 2026 | By Patchworkr Team
Empty input and invalid decimals are rejected before conversion.
The decimal is split into whole and fractional parts, then the fractional part is converted using a fixed precision and reduced with the greatest common divisor.
This makes the result simple to read while still rejecting empty or malformed input.
The worked example matches the default value in the input box.
Related Tools
Add fractions together.
Add or subtract fractions.
Compare fraction values.
Convert decimal to percentage.
Divide fractions.
Express as unit fractions.