This is the Trace Id: 48fe38874b03f032167f5313d1ed9dbf
Skip to main content
Investor Relations

Microsoft Corp (MSFT)

ar2025

2025 ANNUAL REPORT

VIEW ONLINE 

DOWNLOAD NOW

 

Announcements


March 10, 2026

Microsoft announces quarterly dividend


January 27, 2026

How Microsoft is Empowering Frontier Transformation with Intelligence + Trust


January 28, 2026

Microsoft Cloud and AI Strength Drives Second Quarter Results

I want to...

  • PresentationThe next earnings release will be announced soon.
  • Quarterly Dividend

    Get the quarterly dividend amount, record date, ex-dividend date, payable date and history

    Get Details

  • Stock Price

    Prices display split-adjusted cost basis per share on that date.

    Lookup now

Follow us
Share this page
` : ''}
`; root.appendChild(stickyNav); // Modal if (modalOpen) { const modalBackdrop = document.createElement('div'); modalBackdrop.className = 'feedback-modal-backdrop'; modalBackdrop.addEventListener('click', closeModal); const modal = document.createElement('div'); modal.className = 'feedback-modal'; modal.style.width = popupWidth; modal.addEventListener('click', e => e.stopPropagation()); modal.innerHTML = ` `; modalBackdrop.appendChild(modal); root.appendChild(modalBackdrop); // Close modal button modal.querySelector('#close-modal-btn').addEventListener('click', closeModal); } // Feedback button event const feedbackBtn = root.querySelector('#feedback-btn'); if (feedbackBtn) { feedbackBtn.addEventListener('click', openModal); } } function handleScroll() { const scrollY = window.scrollY || window.pageYOffset; const windowHeight = window.innerHeight; const body = document.body; const htmlElem = document.documentElement; // if (config.position === 'bottom') { // const docHeight = Math.max( // body.scrollHeight, body.offsetHeight, // htmlElem.clientHeight, htmlElem.scrollHeight, htmlElem.offsetHeight // ); // stickyVisible = !(scrollY + windowHeight >= docHeight - 40); // } // else if (config.position === 'top') { stickyVisible = scrollY > 60; render(); } // render(); } function openModal(e) { if (e) e.preventDefault(); modalOpen = true; document.body.style.overflow = 'hidden'; render(); } function closeModal(e) { if (e) e.preventDefault(); modalOpen = false; document.body.style.overflow = ''; render(); } // Handle escape key press function handleKeyPress(e) { if (e.key === 'Escape' && modalOpen) { closeModal(); } } // Initial render render(); // Scroll event window.addEventListener('scroll', handleScroll); // Escape key event document.addEventListener('keydown', handleKeyPress); // Set initial stickyVisible for 'top' if (config.position === 'top') { stickyVisible = false; render(); }