Percentage to GPA Converter

Use this calculator to translate a percentage mark into a common GPA, CGPA, or degree-classification estimate. It is designed for quick comparison when an application, scholarship, or study-abroad form uses a grading language that is different from the one on your transcript.

Introduction to percentage-to-GPA conversion

A percentage and a grade point average measure the same thing โ€” how well you did โ€” but they are written in different languages, and translating between them is not arithmetic. It is a lookup. Almost every grading system in the world stores its meaning in a band table: a list of percentage cutoffs, each attached to a letter and a grade point. Converting a percentage means finding which band contains your mark and reading off the value beside it. Change the table and the same mark changes grade, without your work changing at all.

That is why a converter has to be explicit about which table it is using, and this one is. Six scales are built in: the US straight scale, the US plus/minus scale, the UK honours classification, the UGC 10-point system used across Indian universities, the CBSE Class 9โ€“10 formula, and a common Canadian 4.0 scale. Each result on this page shows the entire band table it came from, with your band highlighted, so nothing about the mapping is hidden behind a number.

There is exactly one case on this page where a real formula exists rather than a table. The Central Board of Secondary Education publishes an indicative relationship between grade point and marks in Circular 24/2010, and because it is a straight multiplication it can be inverted to go from a percentage back to a CGPA. Every other scale here is a table of cutoffs chosen by an institution, and any page that presents those as a universal formula is inventing precision that does not exist.

How to use the percentage to GPA converter

The converter needs one number and one choice. Everything else is optional context that sharpens the answer.

  1. Percentage score: your overall mark on a 0โ€“100 basis. Decimals are accepted, and they matter โ€” 89.4 and 89.6 can land on opposite sides of a cutoff once your institution rounds.
  2. Grading scale: the system you want the mark expressed in. Pick the scale the receiving institution uses, not the one your transcript came from; the point of the conversion is to speak their language.
  3. Optional target: a benchmark grade point such as 3.5 or 8.0. The field is validated against the scale you chose, so a target of 8.0 on a 4.0 scale is rejected rather than silently reported as an enormous shortfall.

After you convert, read three things and not just the headline number. The band range tells you how much room you have inside your current grade. The gap to the next band tells you how many percentage points separate you from the grade above, which is the number that actually matters when you are deciding whether to query a mark. The scale ruler shows every cutoff on the chosen scale at once, so you can see whether you landed in the middle of a wide band or one-tenth of a point below a line. Use the share link button to keep a permalink that reopens the page with the same mark, scale and target already filled in.

The band formula that every scale on this page uses

Write the chosen scale as a descending list of cutoffs m1 > m2 > โ€ฆ > mn = 0, with grade point gk attached to cutoff mk. The converted value for a percentage p is then the grade point of the first band whose floor your mark clears:

G(p) = gk , k= minj {j:pโ‰ฅmj}

Plain-text formula: gradePoint = bands.find(band => percentage >= band.min).value, with the bands sorted from the highest cutoff downwards. Bands are half-open: the top of band k is one step below mkโˆ’1, so a scale with an A- floor at 90 puts 89.99 in B+ territory and 90.00 in A-.

The distance that decides borderline cases is the gap between your mark and the floor of the band above it:

ฮ” = mkโˆ’1 โˆ’ p

The converter prints this gap in percentage points and flags it when it is under one point, because that is the region where institutional rounding, moderation and borderline policies decide the outcome instead of the table.

The CBSE formula, the one genuine equation here

CBSE Circular 24/2010 defines the indicative percentage from a grade point as a multiplication by 9.5, derived from the observation that the five-year average mark of candidates in the top 91โ€“100 band was close to 95, and 95 divided by the band's grade point of 10 gives 9.5:

P=9.5ร—CGPA โŸบ CGPA=P9.5

Plain-text formula: cgpa = min(10, percentage / 9.5). The cap matters: 9.5 ร— 10 is 95, so any mark above 95% already sits at the ceiling of the scale and the inversion has to clamp rather than report a CGPA of 10.5.

Turning single grades into a transcript GPA

Converting one overall percentage is not the same job as computing a GPA across courses. A transcript GPA is a credit-weighted mean of per-course grade points, so each course is converted first and only then averaged:

GPA = โˆ‘ i=1 n Gi ร— Ci โˆ‘ i=1 n Ci

Here Gi is the grade point for course i and Ci its credit weight. Converting an already-averaged percentage is not equivalent to this sum unless every course carried the same credits and no course sat near a cutoff, which is exactly why credential evaluators ask for a full transcript rather than a single figure.

The six scales and where their numbers come from

Cutoffs used by each scale in this converter, and the authority behind them
Scale Top band Pass floor Basis
US straight (4.0) A at 90% D at 60% The near-universal US classroom convention of 10-point letter blocks. No national body sets it.
US plus/minus (4.0) A+ at 97%, A at 93% D- at 60% The common institutional refinement: 3-point sub-blocks with A capped at 4.0 for both A and A+.
UK honours classification First at 70% Third at 40% The standard UK boundaries of 70 / 60 / 50 / 40 used across UK degree-awarding bodies.
India, UGC 10-point O at 90% = 10 P at 40% = 4 UGC's Choice Based Credit System letter ladder O, A+, A, B+, B, C, P, F with grade points 10 down to 0.
India, CBSE Class 9โ€“10 A1 at 91% = 10 D at 33% CBSE Circular 24/2010: indicative percentage equals 9.5 times the grade point, inverted here.
Canada (4.0) A+ at 90%, A at 85% D at 50% A widely used Canadian letter scale. Canada has no national standard and provinces differ.

Two entries in that table deserve a warning label. The UGC row fixes grade points โ€” the ladder from 10 down to 0 is genuinely UGC's โ€” but UGC does not fix the marks bands, so your university's handbook sets where O begins. And the Canadian row is a convention, not a rule: a mark of 85% is an A at many Canadian universities and an A- at others, which is a two-tenths swing in reported GPA.

Worked example: one mark of 85% read six ways

Take a single overall mark of 85% and push it through every scale on the page. Nothing about the student's work changes between rows; only the table changes.

The same 85% mark converted on each of the six scales
Scale Band containing 85% Result Gap to next band up
US straight (4.0) 80โ€“89 โ†’ B 3.0 GPA 5.0 points to A at 90
US plus/minus (4.0) 83โ€“86 โ†’ B 3.0 GPA 2.0 points to B+ at 87
UK honours classification 70โ€“100 โ†’ First First Class Honours Already the top band
India, UGC 10-point 80โ€“89 โ†’ A+ 9.0 CGPA 5.0 points to O at 90
India, CBSE Class 9โ€“10 Formula, band A2 8.95 CGPA 6.0 points to A1 at 91
Canada (4.0) 85โ€“89 โ†’ A 4.0 GPA 5.0 points to A+ at 90

The spread is the lesson. On the US scales this student reports a 3.0; on the Canadian scale the identical mark reports a 4.0, a full grade point of difference produced entirely by where two committees drew a line. The CBSE row shows the difference between a formula and a table: 85 รท 9.5 = 8.947, which rounds to 8.95 and moves continuously as the mark moves, whereas the UGC row sits flat at 9.0 anywhere from 80 to 89.

The plus/minus row is the one most students get wrong. Because 85% sits in the middle of the 83โ€“86 B block, moving up to a B+ needs only two more percentage points, but moving up to the 3.7 of an A- needs five. A gap of two points is the kind of margin a remark or a reweighted assignment can genuinely close, which is why the converter prints the gap rather than only the grade.

Limitations you should read before quoting a converted GPA

This converts one number, not a transcript. Repeats, withdrawals, pass/fail entries, audited courses, credit-hour differences and honours weighting are all invisible to a single percentage. If an application asks for a cumulative GPA, it is asking for the weighted sum above, computed course by course.

Rounding policy is institutional and unknowable from here. Whether 69.6% becomes a 2:1 depends on whether your university rounds to the nearest integer before classifying, applies a borderline zone, or requires a profile of marks in the higher band. The converter applies the cutoffs exactly as written and does no rounding of its own.

No scale here is a national standard except CBSE's multiplier. The US has no federal grading scale, Canada has no national scale, and UGC sets grade points but not marks bands. Where an institution or a credential evaluator publishes its own table, that table wins, and a converted figure that disagrees with it is simply wrong for that application.

Cross-scale numbers are not equivalent achievements. A UK First and a US 4.0 are not the same statistical event: UK marking rarely awards above 80% at all, so a 75% UK average is a strong First while a 75% US average is a C. Converting a UK percentage onto a 4.0 scale by band table produces a number, but it does not transfer the distribution, and this is the single largest source of inflated self-reported GPAs on international applications.

The indicative UK grade points are the weakest numbers on the page. UK degrees are classified, not graded on points, so the 4.0-style values attached to First, 2:1, 2:2 and Third exist only to let the optional target comparison work. Quote the classification, not the number.

Questions students ask about GPA conversion

Is there one official formula to convert a percentage into a GPA?

No. Only the CBSE relationship is a published formula: CBSE Circular 24/2010 sets the indicative percentage at 9.5 multiplied by the CGPA, so dividing a percentage by 9.5 inverts it. Every other scale on this page is a band table, and the cutoffs are set by the individual institution rather than by a national standard.

Why does 85 percent give a different GPA on each grading scale?

Because each scale draws its cutoffs in a different place. On the US straight scale 85 percent sits inside the 80 to 89 B band and scores 3.0, on the US plus/minus scale it sits in the 83 to 86 B band and still scores 3.0, on the Canadian scale it starts the A band and scores 4.0, and in the UK it is comfortably above the 70 percent First Class line.

Which Indian option should I pick, UGC bands or the CBSE formula?

Use the CBSE option when your marksheet comes from CBSE Class 9 or 10, because the 9.5 multiplier is the board's own published relationship. Use the UGC 10-point option for a college or university transcript issued under the Choice Based Credit System, and check your university handbook, because UGC fixes the grade points while each university fixes the marks bands.

How close am I to the next grade band?

The converter reports the gap in percentage points between your mark and the start of the next band up, and the scale ruler marks every cutoff so you can see how wide your current band is. A gap under one percentage point is worth checking against your institution's rounding and borderline policy before you assume the lower grade.

Can this page compute a full transcript GPA across several courses?

Not directly. This page converts one overall percentage into one grade point. A transcript GPA is a credit-weighted mean, so you convert each course to grade points first and then divide the sum of grade point times credit by the sum of credits, which the weighted formula in the explanation shows.

Sources. CBSE Circular No. 24/2010 defines the indicative percentage as 9.5 multiplied by the grade point for Class 9 and 10 results, which is the only published formula used on this page. The Indian 10-point option follows the UGC Choice Based Credit System letter ladder (O, A+, A, B+, B, C, P, F carrying grade points 10, 9, 8, 7, 6, 5, 4 and 0); UGC fixes those grade points while individual universities fix the marks bands, so the bands shown here are the widely published interpretation rather than a UGC mandate. UK boundaries of 70, 60, 50 and 40 percent for First, 2:1, 2:2 and Third are the standard classification lines used by UK degree-awarding bodies. The US and Canadian tables are conventions, not standards, because neither country has a national grading scale. For any official application, the conversion table published by the receiving institution or by a credential evaluator such as WES takes priority over this page.

Enter one overall percentage and choose the grading scale you want it expressed in. The optional target is checked against that scale's maximum, so it cannot be compared against the wrong ceiling.

Your overall mark on a 0 to 100 basis. Decimals such as 89.75 are accepted.

Pick the scale the receiving institution uses. Every result shows the full band table it came from.

Optional. On a 4.0 scale the target must be 0 to 4; on the 10-point scales it must be 0 to 10.

Official applications may require your school or evaluator's published conversion table.

Enter your percentage score and select a grading scale to convert.

Mini-game: GPA Band Sprint

This optional arcade challenge turns the same idea behind the converter into a quick reflex game. A percentage capsule falls toward a scanner, and you try to line it up with the correct grade band before it lands. Because the active grading system changes during the round, the exact same percentage can become a different answer later. That makes the game a playful reminder of the lesson from the calculator itself: percentage-to-GPA conversion depends on the scale you choose.

Score0
Time75.0s
Streak0
Lives3
SystemUS Standard
Best0
Your browser does not support the canvas element used for this optional mini-game.

GPA Band Sprint

Guide each falling percentage into the correct GPA band for the active grading system. Tap a band chip, click a dial segment, or use the left and right arrow keys before the capsule reaches the scanner.

  • Objective: match as many percentages as you can in 75 seconds.
  • Controls: tap or click a band, click the dial, or use the left and right arrow keys.
  • Twist: the grading system switches mid-round, so the same percentage can map differently later.

Optional only. The mini-game does not change your calculator result.

Embed this calculator

Copy and paste the HTML below to add the Percentage to GPA Converter: US, UK, UGC, CBSE and Canada Scales to your website.