The Academic Year 2026-27 Housing Application Opens Soon!
If you are a first-time freshman, transfer, or a readmit student for AY 26-27, or if you have not resided in university-provided housing within the last 3 years, then these dates apply to you.
New Student Housing Application Dates:
February 10, 2026, 9:00 a.m. – April 15, 2026, 5:00 p.m.
If you currently have a housing assignment, then these dates apply to you.
Returning Student Housing Application Dates:
February 23, 2026, 9:00 a.m. – February 27, 2026, 5:00 p.m.
Please monitor your student email for updates and important information related to the
upcoming 26-27 Housing Selection Process – more details coming soon!
All times listed are Central Standard Time (CST).
Jackson State University offers an exciting, supportive, and diverse environment where students can thrive academically and personally. Our Housing and Residence Life Program includes a variety of living options, from traditional residence halls to modern suites, all designed to foster community, student development, and success. With over 2,300 students calling our residential communities home, you’ll be part of a dynamic, close-knit community that encourages involvement and personal growth.
Our office is here to guide you through every step of the process, ensuring you have the support you need to make your college experience rewarding. Our professional staff, along with student leaders, are dedicated to providing a safe, inclusive environment where you can build lasting connections, achieve your academic goals, and grow as an individual.
At Jackson State University, we’re not just offering a place to live – we’re creating a home-away-from-home where student success, diversity, and community are at the heart of everything we do.
Division of Student Affairs
#jsu-housing-popup-overlay
{ position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:none;z-index:9999;}
#jsu-housing-popup{ background:#fff; width:90%; max-width:520px;padding:30px;border-radius:8px;position:absolute;top:50%; left:50%;transform:translate(-50%,-50%);text-align:center;font-family:Arial, sans-serif;}
#jsu-housing-popup h2{ margin-top:0; color:#002F6C;}
#jsu-housing-popup button{ background:#002F6C; color:white; border:none; padding:12px 20px; font-size:16px; border-radius:4px; cursor:pointer; }
#jsu-popup-close{position:absolute;top:10px;right:15px;font-size:22px;cursor:pointer; }
(function(){
// If you are also using WPCode Conditional Logic, you can remove this URL check.
const pageURL = window.location.href;
if(!pageURL.includes("/housing")) return;
// "Show once every 7 days" logic
const dismissedUntil = localStorage.getItem("jsuHousingPopupDismissedUntil");
if (dismissedUntil && Date.now() < Number(dismissedUntil)) return;
function openPopup(){
const overlay = document.getElementById("jsu-housing-popup-overlay");
if (overlay) overlay.style.display = "block";}
function closePopup(){
const overlay = document.getElementById("jsu-housing-popup-overlay");
if (overlay) overlay.style.display = "none";
// Store a timestamp 7 days from now
const sevenDays = 7 * 24 * 60 * 60 * 1000;
localStorage.setItem("jsuHousingPopupDismissedUntil", String(Date.now() + sevenDays));}
window.addEventListener("load", function(){
setTimeout(openPopup, 800);});
// Click handlers (after elements exist)
document.addEventListener("click", function(e){
if (e.target && e.target.id === "jsu-popup-clo
e