Skip to main content
Attendance

Attendance Percentage Calculator

Calculate your current attendance percentage and find out how many classes you can skip while staying above the 75% rule (or any custom threshold). Also shows how many classes you'd need to attend to recover from low attendance.

Attendance Details

How many classes remain in the semester from today

%
0%100%

75% is the UGC/AICTE default. Medical colleges often use 80%.

Current attendance

Current attendance: 75.00 percent

You're at 75.00% โ€” you can skip up to 5 more classes and still hit 75%.

Can skip up to

5 classes

Best case (attend all)

80.00%

Worst case (skip all)

60.00%

Status

Above 75% โ€” eligible for end-sem exams.

Drag sliders to explore different scenarios

75%
50%95%

At 75.0% threshold

Already meets โ€” can skip 5 more

How It Works

This calculator answers the three questions every student actually has about attendance: where am I now, how many classes can I skip and still be safe, and if I'm below 75% โ€” how many classes do I need to attend to recover. Plug in your numbers and the math is done for you.

Formulas

Current attendance %: currentPct = (attended / held) ร— 100

Max classes you can skip (and still finish at โ‰ฅ threshold): let total = held + future; then

maxBunksAllowed = floor(attended + future โˆ’ total ร— required/100) (clamped to [0, future])

Min classes you must attend (to reach threshold): minClassesToAttend = ceil(total ร— required/100 โˆ’ attended) (clamped to [0, future])

Recovery feasibility: recovery is possible only if attending every remaining class still gets you to the threshold โ€” i.e. (attended + future) / total โ‰ฅ required/100.

Worked example (the defaults)

Attended 60 of 80 classes held, 20 future classes scheduled, threshold 75%. Current = 60 / 80 = 75% (exactly at threshold). Total = 100. Need 75 of 100 to stay at 75%. Already have 60 attended; max bunks = 60 + 20 โˆ’ 75 = 5. Attending every remaining class โ†’ 80%. Skipping every remaining class โ†’ 60%.

Frequently Asked Questions

The 75% attendance rule is the minimum class-attendance threshold most colleges enforce under UGC and AICTE academic regulations. A student must attend at least 75% of classes held in a semester to be considered eligible to sit for the end-semester exam. Students below 75% are typically marked 'detained' and either need to apply for condonation (with valid reasons) or repeat the semester. Some institutions are stricter (medical colleges often require 80%) and some allow condonation down to 65% with prior approval.

Part of Exams & Admissions Calculators (India) โ€” compare every related calculator in one place.