# Cubic Yards to Cubic Feet Calculator > Convert cubic yards to cubic feet. Page: https://askcalculators.com/calculator/cubic-yards-to-cubic-feet-calculator/ Definition: https://askcalculators.com/calculator/cubic-yards-to-cubic-feet-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/cubic-yards-to-cubic-feet-calculator/schema.json Version: 1.0.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/calculator/cubic-yards-to-cubic-feet-calculator/?cubicYards=1 ## Inputs - cubicYards: Cubic yards (yd³); type=number; required; default=1; min=0 ## Outputs - cubicFeet: Cubic feet (ft³); format=number; primary ## Formula cubic feet = cubic yards × 27 ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.