Georgia Tech Early Action for Fall 2025 Admission

Yes. It appears for me son

Transfer credit (new) has been there for a week or so

I’m specifically asking about the total application number for 2025-26. The acceptance total is not yet available for RD, so I was just wondering if the application total includes RD for the current season, since the deadline was only a few weeks ago. If it included RD, the data show a decline, which is why I suspect that’s not the case. I see an article stating that EA apps were at a record high this year, but I don’t see any articles on RD or total apps. (And I haven’t read through this thread, my apologies if this has been discussed.)

I have a question about financial aid (as it’s due today)-- when I go to confirm the FAFSA information, I’m unable to submit my form because I do not have a gtech email and the field requires it to be one. Did anyone else have trouble with this?

Can everyone see this when using inspect element on the portal. I typed in “checklist” and found this

Nothing will happen. They have a javascript with a timer that will pull the decision at 7pm EST.

/<![CDATA[/// Set the date we’re counting down to
var countDownDate = new Date(“January 31, 2025 19:00:00 EST”).getTime();

// Update the count down every 1 second
var x = setInterval(function() {

// Get today’s date and time
var now = new Date().getTime();

// Find the distance between now and the count down date
var distance = countDownDate - now;

// Time calculations for days, hours, minutes and seconds

var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);

// Output the result in an element with id=“demo”

document.getElementById(“demo”).innerHTML = hours + "h "

  • (‘0’ + minutes).slice(-2) + "m " + (‘0’ + seconds).slice(-2) + "s ";

// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById(“demo”).innerHTML = “Refresh Browser”;
}
}, 1000);/]]>/

Seeing the same. Expecting a rejection, so its most likely there as a placeholder.

The stylesheets on the page will have no impact on the result. As I posted above, as the countdown script indicates, at 7pm EST, the browser will pull a document from the server and display it. The contents of the document will be on the server. Now, if there are early indicators on Oscar or somewhere else, that could be an indication. Not on this page though.

Did everyone’s application portal change to the DT banner? I don’t see a countdown or anything.

Yes. You can see the countdown when you click on ‘Decision Available Soon’

1 Like

Everyone try the ignite link. See what happens:

I can

access denied (ignite link)

Which link?

access denied

yep, i got access denied as well

Same.

I was using Safari and did not see anything of this. Switched to chrome and now I see countdown. Thanks.

Very good sign!

1 Like

My guess is total application numbers will be close to 60,000 - maybe a little higher. It was a little less than 60k last year I think

2 Likes