Skip to content

CW Warriors Class of 2026

  • Tickets are NOT required and seating for guests is unlimited.
  • There is a $15 fee to park at the Westchester County Center.
  • All graduates need to arrive at the Westchester County Center by 9:45 AM with your cap and gown.
  • Ceremony promptly begins at 11:00 AM.
  • All graduates will report directly to the lower level where you will receive your personal index card.
  • Staff­ marshals will line graduates and give further instructions on processional and recessional.
  • It is recommended that you do not bring personal items, otherwise you’ll have to leave it with your family.
  • After leaving the County Center, graduates and families will not be allowed back in, be sure to take all of your belongings.
  • Westchester County Center located at 198 Central Ave, White Plains, NY.
Announcing 2026 General Excellence Awards
Announcing 2026 Academic Department Awards

Read more about each Commencement Award

Meet Giovanny Ramirez, this year’s 2026 Alumni Award Recipient from the Class of 2012!

Mayor Justin C. Brasch to Deliver Keynote Address

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'); } }); }); });