UPTAC 2026 Choice Filling Predictor & Rank Finder
Predict your admission chances in top AKTU Government & Private Engineering/Management colleges based on your JEE Main/CUET 2026 rank and category.
⚡ 100% Free Tool
🏛️ 50+ Top AKTU Colleges
💰 Updated Fee Structures
🎯 Round 1-4 Cutoff Data
📌 UPTAC 2026 Counselling Rules
- Registration & Fee: ₹1,000 non-refundable counselling fee payable on official UPTAC portal (`uptac.admissions.nic.in`).
- Choice Filling: You can add unlimited college preferences. Put top govt colleges (IET, KNIT, BIET) at the top!
- Seat Acceptance Fee: ₹20,000 for GEN/OBC and ₹12,000 for SC/ST after seat allotment.
- Freeze vs Float: Select Freeze if satisfied, or Float to upgrade in next rounds.
🏛️ Top Government Colleges (Highest Priority)
- IET Lucknow (Code 052): Premier AKTU institute, highest cutoff (~15k - 45k CRL).
- KNIT Sultanpur (Code 104): Top govt autonomous college, excellent placements (~35k - 70k).
- BIET Jhansi (Code 043): Great government infrastructure and core/CSE placement.
- AITH Kanpur / REC Bijnor / REC Banda: Top choices for core branches and fee waiver seats.
💰 Top Private AKTU Colleges & Fees
- JSS Noida (Code 091): Avg Tuition Fee ₹1.35 Lakh/yr | Best private college in NCR.
- AKGEC Ghaziabad (Code 027): Avg Tuition Fee ₹1.30 Lakh/yr | Top CSE/IT placement.
- KIET Ghaziabad (Code 029): Avg Tuition Fee ₹1.28 Lakh/yr | High placement rate.
- ABES & GL Bajaj: Top NCR colleges with modern labs & placement support.
const collegesDatabase = [
{ name: "IET Lucknow", code: "052", type: "GOVT", branch: "CSE", fee: "₹89,775", cutoff: 35000, avgPkg: "₹9.2 LPA" },
{ name: "IET Lucknow", code: "052", type: "GOVT", branch: "AIML", fee: "₹89,775", cutoff: 42000, avgPkg: "₹9.0 LPA" },
{ name: "IET Lucknow", code: "052", type: "GOVT", branch: "ECE", fee: "₹89,775", cutoff: 58000, avgPkg: "₹7.5 LPA" },
{ name: "KNIT Sultanpur", code: "104", type: "GOVT", branch: "CSE", fee: "₹84,350", cutoff: 52000, avgPkg: "₹8.0 LPA" },
{ name: "KNIT Sultanpur", code: "104", type: "GOVT", branch: "IT", fee: "₹84,350", cutoff: 62000, avgPkg: "₹7.8 LPA" },
{ name: "BIET Jhansi", code: "043", type: "GOVT", branch: "CSE", fee: "₹78,500", cutoff: 65000, avgPkg: "₹7.2 LPA" },
{ name: "BIET Jhansi", code: "043", type: "GOVT", branch: "ECE", fee: "₹78,500", cutoff: 82000, avgPkg: "₹6.5 LPA" },
{ name: "JSS Academy of Tech Ed, Noida", code: "091", type: "PRIVATE", branch: "CSE", fee: "₹1,38,000", cutoff: 75000, avgPkg: "₹7.8 LPA" },
{ name: "JSS Academy of Tech Ed, Noida", code: "091", type: "PRIVATE", branch: "AIML", fee: "₹1,38,000", cutoff: 85000, avgPkg: "₹7.5 LPA" },
{ name: "Ajay Kumar Garg Engg College (AKGEC)", code: "027", type: "PRIVATE", branch: "CSE", fee: "₹1,32,000", cutoff: 95000, avgPkg: "₹6.8 LPA" },
{ name: "Ajay Kumar Garg Engg College (AKGEC)", code: "027", type: "PRIVATE", branch: "DS", fee: "₹1,32,000", cutoff: 105000, avgPkg: "₹6.5 LPA" },
{ name: "KIET Group of Institutions, Ghaziabad", code: "029", type: "PRIVATE", branch: "CSE", fee: "₹1,29,500", cutoff: 110000, avgPkg: "₹6.5 LPA" },
{ name: "KIET Group of Institutions, Ghaziabad", code: "029", type: "PRIVATE", branch: "CY", fee: "₹1,29,500", cutoff: 120000, avgPkg: "₹6.3 LPA" },
{ name: "ABES Engineering College, Ghaziabad", code: "032", type: "PRIVATE", branch: "CSE", fee: "₹1,35,000", cutoff: 135000, avgPkg: "₹6.2 LPA" },
{ name: "GL Bajaj Inst of Tech & Mgmt, Gr. Noida", code: "192", type: "PRIVATE", branch: "CSE", fee: "₹1,30,000", cutoff: 145000, avgPkg: "₹6.5 LPA" },
{ name: "Noida Inst of Engg & Tech (NIET)", code: "133", type: "PRIVATE", branch: "CSE", fee: "₹1,28,000", cutoff: 180000, avgPkg: "₹5.8 LPA" },
{ name: "Galgotias College of Engg (GCET)", code: "097", type: "PRIVATE", branch: "CSE", fee: "₹1,36,000", cutoff: 150000, avgPkg: "₹6.0 LPA" },
{ name: "PSIT Kanpur", code: "164", type: "PRIVATE", branch: "CSE", fee: "₹1,40,000", cutoff: 195000, avgPkg: "₹5.6 LPA" },
{ name: "REC Bijnor", code: "733", type: "GOVT", branch: "CSE", fee: "₹65,000", cutoff: 110000, avgPkg: "₹5.0 LPA" },
{ name: "REC Banda", code: "734", type: "GOVT", branch: "CSE", fee: "₹65,000", cutoff: 115000, avgPkg: "₹5.0 LPA" },
{ name: "IET Lucknow", code: "052", type: "GOVT", branch: "MBA", fee: "₹75,000", cutoff: 500, avgPkg: "₹6.5 LPA" },
{ name: "KIET Ghaziabad", code: "029", type: "PRIVATE", branch: "MBA", fee: "₹1,20,000", cutoff: 2500, avgPkg: "₹5.2 LPA" },
{ name: "JSS Noida", code: "091", type: "PRIVATE", branch: "MCA", fee: "₹1,25,000", cutoff: 1200, avgPkg: "₹6.0 LPA" },
{ name: "KIET Ghaziabad", code: "029", type: "PRIVATE", branch: "BPHARM", fee: "₹1,30,000", cutoff: 3500, avgPkg: "₹4.5 LPA" }
];
function calculatePredictor(e) {
e.preventDefault();
const rank = parseInt(document.getElementById('rankInput').value);
const category = document.getElementById('categorySelect').value;
const branch = document.getElementById('branchSelect').value;
const type = document.getElementById('typeSelect').value;
// Category multiplier for relaxed cutoff ranks
let multiplier = 1.0;
if (category === 'EWS') multiplier = 1.15;
if (category === 'OBC') multiplier = 1.25;
if (category === 'SC') multiplier = 2.5;
if (category === 'ST') multiplier = 4.0;
if (category === 'FW') multiplier = 0.85;
const tbody = document.getElementById('collegeTableBody');
tbody.innerHTML = '';
let filtered = collegesDatabase.filter(c => {
if (type !== 'ALL' && c.type !== type) return false;
if (branch !== 'ALL' && c.branch !== branch) return false;
return true;
});
// Sort logic: Govt first, then by cutoff rank
filtered.sort((a, b) => a.cutoff - b.cutoff);
let count = 1;
filtered.forEach(item => {
const effectiveCutoff = Math.round(item.cutoff * multiplier);
let chanceTag = '';
if (rank <= effectiveCutoff * 0.85) {
chanceTag = '