# Weight on Planets > Calculate your weight on different celestial bodies in our solar system. Page: https://askcalculators.com/calculator/weight-calculator/ Definition: https://askcalculators.com/calculator/weight-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/weight-calculator/schema.json Version: 7.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/weight-calculator/?weight=150&planet=mars ## Inputs - weight: Your Weight (lbs or kg); type=number; optional; default=150 - planet: Planet; type=text; optional; default=mars ## Outputs - result: Result; format=text; primary ## Formula Weight force = mass × local gravitational acceleration. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.