# Final Grade Calculator > Determine the score you need on your final exam to achieve your target overall grade. Page: https://askcalculators.com/calculator/grade-calculator/ Definition: https://askcalculators.com/calculator/grade-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/grade-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/grade-calculator/?currentGrade=85&targetGrade=90&finalWeight=20 ## Inputs - currentGrade: Current Grade (%); type=number; optional; default=85 - targetGrade: Target Grade (%); type=number; optional; default=90 - finalWeight: Final Weight (%); type=number; optional; default=20 ## Outputs - result: Result; format=text; primary ## Formula Weighted grade = sum of each score × its weight ÷ sum of weights; required final score solves the same weighted-average equation. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.