ADMISSIONS 2026–27
Begin Your Journey
in Medicine.
Bachelor of Medicine and Bachelor of Surgery (MBBS)
at Andhra Medical College, Visakhapatnam —
a legacy of excellence in medical education,
healthcare and service.
*Verify current sanctioned intake in the applicable
admission notification.
YEARS OF MEDICAL EDUCATION
MBBS at Andhra Medical College
The MBBS programme at Andhra Medical College
provides students with a strong foundation in
biomedical sciences, clinical medicine,
community health and professional practice.
-
Comprehensive pre-clinical,
para-clinical and clinical education. -
Extensive exposure to patients and
clinical case-based learning. -
Integrated learning through multiple
medical specialties. -
Compulsory rotating internship following
successful completion of the MBBS course.
Learn. Serve. Lead.
An environment designed to develop competent,
compassionate and confident medical professionals.
Legacy of Excellence
A long-standing tradition of medical
education, healthcare and public service.
Clinical Exposure
Meaningful clinical learning through
patient care and hospital-based training.
Research & Innovation
Opportunities to develop scientific
thinking, research skills and innovation.
Modern Learning
Laboratories, museums, skill-based learning
and technology-supported education.
Community Health
Exposure to preventive medicine,
public health and community-based care.
Professional Development
Development of communication, ethics,
leadership and professional skills.
*Institutional figures should be updated against
the latest official AMC/NMC notification.
Your MBBS Journey
Progress from foundational biomedical sciences
to advanced clinical training and internship.
First Professional Year
Foundation of medical sciences
Anatomy
Physiology
Biochemistry
Second Professional Year
Understanding disease and therapeutics
Pathology
Pharmacology
Microbiology
FMT
Third Professional Year
Applied clinical disciplines
Community Medicine
ENT
Ophthalmology
Final Professional Year
Comprehensive clinical training
Medicine
Surgery
OBG
Paediatrics
Orthopaedics
Psychiatry
Compulsory Rotating Internship
Supervised clinical internship across
major specialties and services.
Clinical Training
Community Health
Professional Practice
Your Path to AMC
Admission to MBBS is through the applicable
NEET UG counselling process.
NEET UG
Qualify NEET UG
Counselling
Register for applicable counselling
Choice Filling
Select preferred college
Seat Allotment
Check allotment result
Verification
Complete document verification
Join AMC
Begin your medical journey
Admission Documents
Keep these important documents and notifications
readily available during the admission process.
MBBS Admission Prospectus
PDF Document
Fee Structure
Latest official notification
Anti-Ragging Documents
Declaration & undertaking
Medical / Fitness Form
Admission document
Bond / Undertaking
Applicable format
All Admission Downloads
View complete document list
Learn Beyond the Classroom
Academic, clinical, residential and extracurricular
facilities contribute to a complete student experience.
Library
Academic resources, textbooks,
journals and digital learning resources.
Laboratories
Departmental laboratories supporting
practical and experiential learning.
Sports
Opportunities for sports, fitness and
extracurricular activities.
Student Activities
Cultural, academic, social and
community engagement opportunities.
Hostel Facilities
Residential facilities support a safe and
comfortable campus experience.
Boys’ Hostel
Warden and hostel administration
Residential accommodation
Dining facilities
Reading / study facilities
Student support services
Girls’ Hostel
Warden and hostel administration
Residential accommodation
Dining facilities
Reading / study facilities
Student support services
Campus & Learning
Fee Structure
Fees are subject to the applicable government,
university and counselling authority notifications.
State Quota
Please refer to the latest official
fee notification applicable to your
admission category.
MBBS Admission
Complete fee details, including tuition,
university and other applicable charges,
should be verified from the official
admission notification.
Hostel
Hostel fees and applicable charges may
vary according to the current institutional
notification.
Admissions FAQ
How can I get admission to MBBS at AMC?
Admission is based on NEET UG and the
applicable counselling and seat-allotment
process. Candidates should follow the
latest official counselling notification.
What is the duration of the MBBS course?
The MBBS programme consists of the
prescribed academic training followed
by the compulsory rotating internship,
according to the prevailing regulatory
curriculum.
Is hostel accommodation available?
Hostel facilities are available for
eligible students subject to availability
and institutional rules.
Where can I find the latest fee details?
Candidates should refer to the latest
official fee notification issued by
the competent authority and AMC.
What documents are required?
The exact document list depends on the
applicable counselling and admission
notification. Candidates should carry
the original documents and required
copies specified in the official notice.
Your future in medicine
starts here.
Explore the programme, understand the admission
process and prepare for your journey at Andhra
Medical College.
Admissions Contact
Address
Andhra Medical College,
Visakhapatnam,
Andhra Pradesh, India.
Admissions Helpline
Please update with the current
official admissions contact number.
Please update with the current
official admissions email.
APPLY NOW
/* ========================================================= CURRENT YEAR ========================================================== */
document.getElementById("year").textContent = new Date().getFullYear();
/* ========================================================= ANIMATED COUNTERS ========================================================== */
const counters = document.querySelectorAll(".counter");
const counterObserver = new IntersectionObserver( entries => {
entries.forEach(entry => {
if (!entry.isIntersecting) { return; }
const counter = entry.target;
const target = parseInt(counter.dataset.target);
let current = 0;
const increment = Math.max(1, Math.ceil(target / 80));
const updateCounter = () => {
current += increment;
if (current >= target) {
counter.textContent = target.toLocaleString();
return;
}
counter.textContent = current.toLocaleString();
requestAnimationFrame( updateCounter );
};
updateCounter();
counterObserver.unobserve(counter);
});
}, { threshold: 0.6 } );
counters.forEach(counter => {
counterObserver.observe(counter);
});
/* ========================================================= BACK TO TOP ========================================================== */
const backToTop = document.getElementById("backToTop");
window.addEventListener("scroll", () => {
if (window.scrollY > 500) {
backToTop.style.display = "block";
} else {
backToTop.style.display = "none";
}
});
backToTop.addEventListener("click", () => {
window.scrollTo({ top: 0, behavior: "smooth" });
});
/* ========================================================= CLOSE MOBILE NAVIGATION AFTER CLICK ========================================================== */
document .querySelectorAll(".navbar-nav .nav-link") .forEach(link => {
link.addEventListener("click", () => {
const navbar = document.getElementById("mainNav");
if (navbar.classList.contains("show")) {
const bsCollapse = bootstrap.Collapse .getInstance(navbar);
if (bsCollapse) { bsCollapse.hide(); }
}
});
});
/* ========================================================= SMOOTH ANCHOR OFFSET ========================================================== */
document .querySelectorAll('a[href^="#"]') .forEach(anchor => {
anchor.addEventListener("click", function(e) {
const targetId = this.getAttribute("href");
if ( targetId === "#" || !document.querySelector(targetId) ) { return; }
e.preventDefault();
const target = document.querySelector(targetId);
const navbarHeight = document.querySelector( ".main-navbar" ).offsetHeight;
const position = target.getBoundingClientRect().top + window.scrollY - navbarHeight - 10;
window.scrollTo({ top: position, behavior: "smooth" });
});
});







