Skip to content

Evening College & Transfer Students Upcoming Semesters

Evening & Transfer Students — Apply Now for Upcoming Semesters

Flexible Programs for Working Adults and Transfer Students at The College of Westchester

Designed for Adults, Transfer Students, and Working Professionals

At The College of Westchester (CW), evening and transfer students are an essential part of our community. Whether you’re coming back to finish your degree or transferring from another college, you’ll feel right at home. Students describe CW as a family where individual goals are recognized, respected, and supported.

We know your time is valuable, and your goals are ambitious. That’s why our programs are flexible, career-focused, and designed with YOU in mind.

Why Choose CW’s Evening or Transfer Program?

 Career-Focused Programs
Get practical skills and real-world knowledge that employers want.

Flexible Scheduling
Our Eveninghybrid option help you balance school, work, and life.

Fully Online College Information can be found here >>

Transfer-Friendly
We accept a generous number of transfer credits to maximize what you’ve already earned.

Personalized Support
Work with dedicated Success Coaches, Academic Advisors, and Career Counselors.

Expert Faculty Who Care
Our experienced instructors provide guidance tailored to adult learners.

Scholarships Available
Financial support is available for transfer and evening students who qualify.

Is a Rewarding Career in Business, IT or Health Professions Right For You? Get More Info…

If you’re interested in learning more about careers in Business, IT or Health Professions and exploring if The College of Westchester is right for you, fill out the form on this page to receive more information.

For immediate questions, call 914-831-0200.

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });