# Retaining Wall Block Calculator — United States > Count face blocks for a specified wall geometry, without representing the takeoff as a retaining-wall design. USD planning view; stated limitations apply. Page: https://askcalculators.com/us/retaining-wall/ Definition: https://askcalculators.com/us/retaining-wall/definition.json JSON Schema: https://askcalculators.com/us/retaining-wall/schema.json Version: 20.16.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/us/retaining-wall/?unitSystem=imperial&length=32.808398950131235&height=3.280839895013123&blockLength=15.748031496062993&blockHeight=7.874015748031496&wastePercent=10&unitRate=0&laborCost=0&deliveryCost=0&otherCost=0&costMultiplier=1&spreadPercent=15&taxRate=0 ## Inputs - unitSystem: Measurement system; type=select; optional; default=imperial; values=imperial|metric - length: Wall length; type=number; required; default=32.808398950131235; min=0.03280839895013123; max=3280839895013.123 - height: Total specified wall height including buried courses; type=number; required; default=3.280839895013123; min=0.03280839895013123; max=3280839895013.123 - blockLength: Block face length; type=number; required; default=15.748031496062993; min=0.03937007874015748; max=39370078740.157486 - blockHeight: Block face height; type=number; required; default=7.874015748031496; min=0.03937007874015748; max=39370078740.157486 - wastePercent: Cutting/waste allowance; type=percent; required; default=10; min=0; max=100 - unitRate: Material price per block; type=money; required; default=0; min=0; max=1000000000000 - laborCost: Total labor allowance; type=money; required; default=0; min=0; max=1000000000000 - deliveryCost: Delivery allowance; type=money; required; default=0; min=0; max=1000000000000 - otherCost: Other fixed costs; type=money; required; default=0; min=0; max=1000000000000 - costMultiplier: Material/labor multiplier; type=number; required; default=1; min=0.1; max=10 - spreadPercent: Low/high sensitivity around the entered total; type=percent; required; default=15; min=0; max=100 - taxRate: Explicit tax allowance; type=percent; required; default=0; min=0; max=100 ## Outputs - wallArea: Wall face area; format=number - blocks: Whole face blocks; format=number - materialCost: Material cost; format=currency - laborCost: Labor allowance; format=currency - deliveryCost: Delivery allowance; format=currency - otherCost: Other specified costs; format=currency - tax: Entered tax allowance; format=currency - low: Low cost scenario; format=currency - mid: Middle cost scenario; format=currency; primary - high: High cost scenario; format=currency ## Formula blocks = ceiling(wall length × total height ÷ block face area × (1 + waste)). Inputs are converted to canonical units before evaluating this stated formula. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs. Notice: Illustrative defaults are not local quotes or verified legal rules. Dated reference components and user-entered assumptions are explicitly distinguished. Professional review is pending.