Sewing Fabric Yardage Calculator
Estimate how much fabric to buy for a garment or simple quilt-top project from pattern type, size group, fabric width, and layout extras.
Last updated: 2026-03-27
Sewing fabric yardage calculator
Enter your values
Turn a rough project plan into a fabric order quantity that is usable at the counter.
Recommended Order Yardage
--
Choose a project shape, size group, width, and layout extras to estimate a rounded fabric order quantity.
Calculation History(0)
Example calculations
Tap an example to prefill the calculator with sample values.
Medium dress on 54-inch fabric
Standard garment shopping case
A realistic example where the sewist wants a safe order quantity without the exact pattern envelope in front of them.
Result: The order should round up enough to absorb small layout surprises at the cutting table
Plus-size pants in directional print
Print matching raises the cut order
Useful when a layout cannot be flipped freely and the project already needs extra room from size and shape.
Result: Directional prints can quietly turn a moderate garment into a larger fabric order
Wide-fabric quilt top batch
Two matching projects on a 60-inch bolt
A broad planning case where wider fabric changes the shopping number enough to matter.
Result: A wide bolt can save noticeable yardage before the order is rounded for the counter
How the sewing yardage estimate works
The calculator starts from a simple base-yardage table by project type, then adjusts for size group, fabric width, and layout constraints such as sleeves or directional prints. That makes it useful at the shopping stage when you know the rough project shape but not the final cut diagram.
The result is intentionally rounded for the fabric counter. Showing both the raw estimate and the rounded order quantity helps you decide whether to buy tightly or leave a little safety room for layout surprises and cutting mistakes.
Fabric yardage FAQs
How width, size, and layout constraints change the number you should actually buy.
How accurate is this versus a real pattern envelope?
It is a shopping heuristic, not a replacement for the cut layout printed by the pattern. It is most useful when you need a quick order estimate before you have final piece placement or brand-specific instructions.
Why does 60-inch fabric lower the estimate?
Because wider fabric can fit more pieces side by side, which reduces the total length needed along the bolt. The calculator models that as a width multiplier rather than pretending every project uses width the same way.
Why does a directional print add so much yardage?
Directional fabrics and nap-sensitive materials limit how pieces can be flipped, so they usually need more layout room. That extra constraint often matters as much as the garment size itself.
Why is the result rounded to quarter-yards?
Because that is a practical shopping increment at most fabric counters. The raw estimate is still shown, but the rounded number is the more useful purchase quantity.
Embed this calculator
Copy the code below to embed this calculator on your website or blog. It's free — no API key needed.
<iframe src="https://calc.mintloop.dev/embed/hobby/sewing-fabric-yardage-calculator" width="100%" height="600" frameborder="0" title="Sewing Fabric Yardage Calculator" loading="lazy"> </iframe>
Optional: auto-resize script
<script>
var CALC_HUB_ORIGIN = 'https://calc.mintloop.dev';
window.addEventListener('message', function(e) {
if (e.origin !== CALC_HUB_ORIGIN) return;
if (!e.data || e.data.type !== 'calc-hub-resize') return;
var frames = document.querySelectorAll('iframe[src*="calc.mintloop.dev"]');
frames.forEach(function(f) {
if (f.contentWindow === e.source) {
f.style.height = String(Math.max(0, Number(e.data.height) || 0)) + 'px';
}
});
});
</script> Related tools
Stay in the maker and fiber-planning lane with adjacent hobby tools.
Yarn Yardage Calculator
Compare another fiber-craft tool built around shopping yardage rather than pattern-perfect math.
Cosplay Budget Calculator
Take the fabric order into a full costume-build budget when the project includes props and convention spend.
Discount Calculator
Check sale prices once you know how many yards you actually need to buy.
Get more craft calculators
Join the Calc Hub newsletter for new calculators for sewing, yarn crafts, cosplay builds, and material planning.
Join the Calc Hub newsletterWas this calculator helpful?
Your feedback helps us improve future calculators.