To figure out your GPA, you basically turn each class grade into points, weight it by credits, then divide total points by total credits.

What “GPA” Actually Is

GPA (G rade P oint A verage) is a single number that summarizes your overall grades over a term or across all terms.

Most schools in the U.S. use a 4.0 scale, sometimes with a weighted version that goes above 4.0 for Honors/AP/IB classes.

Typical unweighted 4.0 scale (exact cutoffs vary by school):

  • A ≈ 4.0
  • B ≈ 3.0
  • C ≈ 2.0
  • D ≈ 1.0
  • F ≈ 0.0

Your school may also use plus/minus (A-, B+, etc.) with values like 3.7, 3.3, etc., so always check their official chart.

Step‑by‑Step: How to Figure Out GPA

Think of it like “grade points per credit.”

  1. List your classes and credits
    • Example: English (3 credits), Math (4), History (3), Science (4).
  1. Convert each letter grade to GPA points
    • Use your school’s scale (e.g., A = 4.0, B+ = 3.3, B = 3.0, etc.).
  1. Multiply GPA points × credits for each class
    • This gives “grade points” (also called “quality points”).
 * Example: 4‑credit class with a B+ (3.3) → 4×3.3=13.24×3.3=13.24×3.3=13.2 grade points.
  1. Add all grade points together
    • Sum everything from step 3 → total grade points.
  1. Add all attempted credits together
    • Only include courses that count in GPA (some schools exclude pass/fail, withdrawals, etc.).
  1. Divide total grade points ÷ total credits
    • Formula:
      • GPA = (Total Grade Points) ÷ (Total Credits).
 * Example from a university guide: 35.9 grade points ÷ 12 credits ≈ 2.99 GPA.

That’s your semester GPA. Repeat the same process using all courses you’ve taken so far to find your cumulative GPA.

Quick Example You Can Copy

Imagine these classes:

  • Calculus – 4 credits – A
  • English – 3 credits – B+
  • History – 3 credits – C

Using a common 4.0 scale with plus/minus:

  • A = 4.0
  • B+ = 3.3
  • C = 2.0

Now:

  • Calculus: 4.0 × 4 = 16.0 grade points
  • English: 3.3 × 3 = 9.9 grade points
  • History: 2.0 × 3 = 6.0 grade points

Totals:

  • Grade points = 16.0 + 9.9 + 6.0 = 31.9
  • Credits = 4 + 3 + 3 = 10

GPA = 31.9 ÷ 10 = 3.19.

Weighted vs. Unweighted GPA

Some schools give extra weight for harder classes:

  • Unweighted GPA
    • Every class uses the same 4.0 scale, no bonus for Honors/AP/IB.
  • Weighted GPA
    • Honors, AP, or IB classes get extra points (for example, +0.5 for Honors, +1.0 for AP/IB), so a perfect score might be 5.0 instead of 4.0.

A common pattern:

  • Regular A = 4.0
  • Honors A = 4.5
  • AP/IB A = 5.0

To calculate a weighted GPA you:

  1. Convert each grade to GPA points using the weighted scale (with the extra bump).
  2. Multiply by credits to get grade points.
  3. Add grade points, add credits, divide grade points by credits — same formula.

Colleges often look at both your weighted and unweighted GPAs, plus your actual transcript, to understand your performance and how hard your classes were.

Fast Checks and Tools

If you don’t feel like doing the math every time, you can use online GPA calculators that:

  • Let you enter each class, grade, and credits.
  • Handle both high school and college GPA.
  • Support weighted and unweighted scales.

They apply the same basic formula: convert grades to points, multiply by credits, total them, divide by total credits.

HTML Table: Sample GPA Calculation

Below is a simple HTML table that shows the example calculation step by step (you can paste this into a basic HTML page or editor):

html

<table border="1">
  <thead>
    <tr>
      <th>Course</th>
      <th>Credits</th>
      <th>Letter Grade</th>
      <th>GPA Points</th>
      <th>Grade Points (Credits × GPA)</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Calculus</td>
      <td>4</td>
      <td>A</td>
      <td>4.0</td>
      <td>16.0</td>
    </tr>
    <tr>
      <td>English</td>
      <td>3</td>
      <td>B+</td>
      <td>3.3</td>
      <td>9.9</td>
    </tr>
    <tr>
      <td>History</td>
      <td>3</td>
      <td>C</td>
      <td>2.0</td>
      <td>6.0</td>
    </tr>
    <tr>
      <td><strong>Totals</strong></td>
      <td><strong>10</strong></td>
      <td></td>
      <td></td>
      <td><strong>31.9</strong></td>
    </tr>
    <tr>
      <td colspan="5">
        GPA = Total Grade Points ÷ Total Credits = 31.9 ÷ 10 = <strong>3.19</strong>
      </td>
    </tr>
  </tbody>
</table>

Quick TL;DR

  • Turn each class grade into GPA points using your school’s scale.
  • Multiply GPA points by credits for each class → grade points.
  • Add all grade points and all credits.
  • GPA = total grade points ÷ total credits (unweighted or weighted, depending on the scale you use).

If you tell me your classes, credits, and grades, I can walk you through your exact GPA step by step.