Restaurant Food Cost Calculator
Estimate menu-item food cost percentage, gross profit per plate, target menu price, and weekly or monthly food spend from cover assumptions.
Last updated: 2026-03-25
Restaurant food cost calculator
Enter your values
Turn ingredient cost and traffic assumptions into a fast menu-pricing and food-cost sanity check.
Food Cost
--
Enter ingredient cost, menu price, and weekly volume assumptions to estimate food cost percentage.
Calculation History(0)
Example calculations
Tap an example to prefill the calculator with sample values.
Casual dining entree
$8.25 cost on a $24 menu item
A restaurant operator sanity-checking whether current menu pricing is still aligned with a 30% food-cost target.
Result: A few points of food-cost drift can materially change the right menu price over a full month of covers.
Brunch menu refresh
Higher volume with lower ticket size
Useful when smaller menu prices make food-cost percentage pressure show up faster.
Result: High-volume concepts can absorb lower gross profit per plate only if food-cost targets stay disciplined.
Chef special check
Premium ingredient mix at lower cover count
A useful pricing test when a special item carries stronger ingredient cost but lower weekly volume.
Result: Specials often look healthy in dollars while still missing the desired food-cost percentage target.
How the restaurant food-cost model works
The calculator divides ingredient cost by menu price to show current food-cost percentage and gross profit per plate for the item being reviewed.
It then multiplies weekly covers by average plates per cover to estimate volume, which turns item-level costs into weekly and monthly food-spend planning numbers.
Restaurant food-cost FAQs
How item cost, menu price, and cover assumptions interact in menu planning.
What is a healthy food-cost percentage?
There is no universal answer. Different concepts and ticket sizes support different targets, but the calculator helps you see whether a dish is drifting above the ratio you want to protect.
Why use plates per cover instead of only sales volume?
Because many operators think in covers first. Multiplying covers by average plates per cover creates a fast weekly volume estimate without requiring a full POS export.
Does this include labor or overhead?
No. This is a food-cost lens, not a full restaurant P&L. Labor, rent, comps, waste, and delivery fees should be modeled separately.
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/business/restaurant-food-cost-calculator" width="100%" height="600" frameborder="0" title="Restaurant Food Cost 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
Pair this with margin and pricing calculators for a broader operating view.
Get more business calculators
Join the Calc Hub newsletter for new calculators for operators, pricing decisions, and business planning.
Join the Calc Hub newsletterWas this calculator helpful?
Your feedback helps us improve future calculators.