Metadata
Title
Advanced Placement (AP)
Category
undergraduate
UUID
7883c95868c74540a2564832051bf5f7
Source URL
https://study.anu.edu.au/apply/international-applications/indicative-entry-requi...
Parent URL
https://study.anu.edu.au/apply/undergraduate-program-indicative-entry-requiremen...
Crawl Time
2026-03-11T02:05:57+00:00
Rendered Raw Markdown

Advanced Placement (AP)

Source: https://study.anu.edu.au/apply/international-applications/indicative-entry-requirement/advanced-placement-ap-applications Parent: https://study.anu.edu.au/apply/undergraduate-program-indicative-entry-requirements

ON THE PAGE

Contact us

Admissions team

Email us

Ask us a question

Enquire now

Please see the table below to determine the minimum indicative score you will need to achieve to be considered for undergraduate degrees at ANU.

At a minimum, all applicants must meet program-specific academic/non-academic requirements, as well as English language requirements. Please refer to Programs and Courses for the most up-to date admission requirements for your preferred program. Admission to some ANU programs is on a competitive basis therefore, meeting all admission requirements does not guarantee entry into the program.

AP exam Aggregate Score Entrance rank – 3 Subjects Entrance rank – 4 Subjects
20 99.5
19 97
18 94
17 90
16 88
15 99 85
14 97 80
13 94 78
12 88 75
11 85 72
10 80 70
9 78 68
8 70 65
7 60 60

Applicants that use AP as the direct entry method alongside completion of either a U.S. or Chinese high school diploma must meet the following requirements:

This qualification needs to be verified through official online channels. Find more information here.

.light-bg { background-color: #f2f2f2; }

Contact us

Admissions team

Email us

breadcrumbs {

z-index: 3; position: absolute; top: 20%; } html { scroll-behavior: smooth; } .campaign-guidance-2-banner img { object-fit: cover; height: 100%; width: 100%; } .dateblock { color: #000; float: left; clear: left; text-align: center; line-height: 1.5em; margin: 3px 10px 0 0; } .datebox:nth-child(odd) > .dateblock { background-color: #000; color: #fff; } .datebox:nth-child(even) > .dateblock { background-color: #f5edde; } .campaign-guidance-2-banner { position: relative; height: 300px; } .campaign-guidance-2-banner::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)); z-index: 1; } .campaign-guidance-2-banner h1 { color: #fff; position: absolute; top: 43%; z-index: 2; } .campaign-guidance-2 .contact-us img { width: 20px; height: auto; object-fit: cover; } .para-link:hover { text-decoration:none !important; } .campaign-guidance-2 #expand-menu .styled { border-left: 3px solid #be830e; background-image: linear-gradient(to right, rgb(229 229 229), rgb(252 252 252 / 0%)); } @media only screen and (max-width:992px) { .campaign-guidance-2 #onthepage { border: 0; } .campaign-guidance-2 #expand-menu ul { display: grid; grid-template-columns: 1fr 1fr; margin-left: 10% !important; margin-right: 10% !important; grid-column-gap: 20px; } .campaign-guidance-2 #expand-menu ul li { border-bottom: 1px solid #f2f2f2; } .campaign-guidance-2 .paragraph-with-media { margin-left: 10px; } .campaign-guidance-2 .bdr-left-light { border-left: 0 !important; } .anu-tab-selects-mask { position: relative; pointer-events: none; height: 3em; margin-top: -5em; } .anu-tab-selects-mask::after { content: ""; position: absolute; top: 0; right: 0; width: 20%; height: 100%; background: linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255)); } } @media only screen and (max-width:576px) { .campaign-guidance-2 #expand-menu ul { grid-template-columns: 1fr; } .stuck-shadow { box-shadow: 0 5px 8px rgba(0, 0, 0, 0.41); transition: box-shadow 0.3s ease-in-out; } .sticky > div { padding-bottom: 14px !important; border-bottom: none !important; }

expand-menu {

display: none; } } .bdr-left-light { border-left: 2px solid #f2f2f2; } .campaign-guidance-2 .p-relative { position: relative; scroll-behavior: smooth; align-items: start; } .campaign-guidance-2 .sticky { position: sticky; top: 0; background-color: #fff; z-index: 2; } .campaign-guidance-2 .toggle-btn { width: 50px; height: 50px; border-radius: 50%; background-color: #be830e; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; } .campaign-guidance-2 #arrow { transition: transform 0.3s ease; } .campaign-guidance-2 .down { transform: rotate(180deg); } @media only screen and (min-width: 992px) { .campaign-guidance-2 .toggle-btn { display: none; } } .campaign-guidance-2 .flex-grow { flex-grow: 1; } .anu-tab-pane { display: none; } .anu-tab-pane.active { display: block; } .campaign-guidance-2 .horizontal-tabs h3 a { padding-bottom: 10px; color: #666; } .campaign-guidance-2 .horizontal-tabs h3 a::after { content: none; } .campaign-guidance-2 .horizontal-tabs h3 a:hover { color: #000; text-decoration: none !important; } .campaign-guidance-2 .horizontal-tabs h3 .active { border-bottom: 2px solid #be830e !important; color: #000 !important; } .campaign-guidance-2 .horizontal-tabs .anu-tab-selects { list-style: none; display: flex; overflow-x: auto; white-space: nowrap; -ms-overflow-style: none; scrollbar-width: none; } .campaign-guidance-2 .horizontal-tabs .anu-tab-selects::-webkit-scrollbar { display: none; } .campaign-guidance-2 .horizontal-tabs .anu-tab-content { border-bottom: 1px solid #be830e; }

mainbody >:first-child p {

margin-top: 0; } function toggleDiv() { var expandDiv = document.getElementById('expand-menu'); var arrow = document.getElementById('arrow'); if (expandDiv.style.display === "none") { expandDiv.style.display = "block"; arrow.classList.add("down"); } else { expandDiv.style.display = "none"; arrow.classList.remove("down"); } } function showTab(tabId) { var tabPanes = document.querySelectorAll('.anu-tab-pane'); var tabLinks = document.querySelectorAll('.anu-tab-link'); for (var i = 0; i < tabPanes.length; i++) { if (tabPanes[i].dataset.tabId === tabId) { tabPanes[i].classList.add('active'); } else { tabPanes[i].classList.remove('active'); } } for (var i = 0; i < tabLinks.length; i++) { if (tabLinks[i].dataset.tabId === tabId) { tabLinks[i].classList.add('active'); } else { tabLinks[i].classList.remove('active'); } } } function handleTabClick(event) { var tabLink = event.target; var tabId = tabLink.dataset.tabId; if (tabId) { event.preventDefault(); showTab(tabId); } } var tabLinks = document.querySelectorAll('.anu-tab-link'); for (var i = 0; i < tabLinks.length; i++) { tabLinks[i].addEventListener('click', handleTabClick); } // Show the initial tab (first tab) showTab(tabLinks[0].dataset.tabId); document.addEventListener("DOMContentLoaded", function () { window.onscroll = function () { stickyFunction() }; var stickbar = document.getElementById("StickyElement"); var offset = stickbar.offsetTop; function stickyFunction() { if (window.pageYOffset >= (offset + 492)) { stickbar.classList.add("stuck-shadow"); } else { stickbar.classList.remove("stuck-shadow"); } } }); const listItems = document.querySelectorAll('.paralist li'); listItems.forEach(item => { item.addEventListener('click', () => { listItems.forEach(li => { li.classList.remove('styled'); }); item.classList.add('styled'); }); });