This is the Trace Id: 030484ae691245579ce38286db006106
Skip to main content
Investor Relations

Microsoft Corp (MSFT)

ar2025

2025 ANNUAL REPORT

VIEW ONLINE 

DOWNLOAD NOW

 

Announcements


December 2, 2025

Microsoft announces quarterly dividend


October 28, 2025

Becoming Frontier: How human ambition and AI-first differentiation are helping Microsoft customers go further with AI


October 29, 2025

Microsoft Cloud and AI Strength Drives First Quarter Results


August 27, 2025

Fiscal Year 2026 Investor Metrics

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