<>
.new-blog_post-wrapper:hover .new-blog_post-img_hover-wrap,
.new-blog_post-wrapper:focus .new-blog_post-img_hover-wrap {
transform: scale(1.06);
}
.new-blog_post-wrapper:hover .new-blog_post-img_hover-overlay,
.new-blog_post-wrapper:focus .new-blog_post-img_hover-overlay {
opacity: 1;
}
>
<>
* {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
box-sizing: border-box;
}
body:has(.w-nav-button.w--open) {
overflow: hidden;
max-height: 100dvh;
}
/* Add text decoration for links without a class */
a:not([class]) {
text-decoration: underline;
}
/* Apply to all text globally */
body {
font-feature-settings:
'ss03' 1 /* y */
'ss10' 1 /* question mark */
'ss11' 1 /* t */
'ss12' 1; /* dollar */
}
/* Single-story 'a' only for headers */
h1h2h3h4h5h6.h0.h1.h2.h3.h4.h5.h6 {
font-feature-settings:
'ss01' 1 /* a */
'ss03' 1 /* y */
'ss10' 1 /* question mark */
'ss11' 1 /* t */
'ss12' 1; /* dollar */
}
/* Button default hover animation */
.btn:has(.btn_icon-track):hover .btn-icon.press-item:hover .btn-icon {
transform: translateY(0%);
}
/* Button up-down hover */
.btn[animation-='up-down']:has(.btn_icon-track) .btn-icon {
transform: translateY(-100%);
}
.btn[animation-='up-down']:has(.btn_icon-track):hover .btn-icon {
transform: translateY(0%);
}
/* Footer modes */
footer[data-mode="light"] {
background-color: var(--color--white) !important;
color: var(--color--black) !important;
}
/* Snippet gets rid of top margin on first element in any rich text*/
.w-richtext>:first-child {
margin-top: 0;
}
/* Snippet gets rid of bottom margin on last element in any rich text*/
.w-richtext>:last-child.w-richtext ol li:last-child.w-richtext ul li:last-child {
margin-bottom: 0;
}
/*Reset selectsbuttonsand links s*/
.w-input.w-selecta {
color: inherit;
}
/*Apply "..." after 4 lines of text */
.text--4lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
/*Apply "..." after 3 lines of text */
.text--3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/*Apply "..." after 2 lines of text */
.text--2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/*Apply "..." after 2 lines of text */
.text--1lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.skeleton-box .skeleton-video-wrapper {
background: linear-gradient(
120deg,
#e5e5e5 30%,
#f2f2f2 38%,
#f2f2f2 40%,
#e5e5e5 48%
);
background-size: 200% 100%;
background-position: 100% 0;
animation: load 2s infinite;
}
@keyframes load {
100% {
background-position:-100% 0;
}
}
.blog-rich-text h2 {
margin-bottom: 0rem;
font-size: 1.75rem;
}
.changelog-rich-text h3{
font-size: 1.75rem !important;
}
input[type="checkbox"]:checked {
color:white
}
video {
object-fit: contain !important;
background-size: contain !important;
background-repeat: no-repeat !important;
}
.row.row-gap-sm {
--layout--row-col-gap: 1rem;
}
.nav_hamburger-icon {
transform: unset !important;
}
.subnav-category_dropdown_btn.w--open .subnav-category_dropdown_btn-arrow,
.w-dropdown-toggle.w--open .w-icon-dropdown-toggle {
transform: rotate(180deg);
}
figure.w-richtext-figure-type-image.w-richtext-align-fullwidth div:has(> img) {
padding-bottom: 0;
}
/* Hide section with "data-cms-section" attribute that has an empty collection list within it*/
[data-cms-section]:not(:has(.w-dyn-item)) {
display: none;
}
/* HL empty links designer only */
html.wf-design-mode [href="#"] {
outline: 3px solid orange !important;
}
/* Pointer events none on designer mode */
html.wf-design-mode .accordion_checkbox {
pointer-events: none;
}
/* Mask transition set up */
.accordion_mask {
transition: grid-template-rows ease-out 250ms;
}
/* Open accordion when checked */
.accordion_container:has(.accordion_checkbox:checked) .accordion_mask {
grid-template-rows: 1fr;
padding-top: 1rem;
}
/* Rotate icon when checked */
.accordion_container:has(.accordion_checkbox:checked) .icon {
transform: rotate(-45deg);
}
/* Remove border from last accordion */
.accordion_container:last-child {
border-bottom: none;
}
.u-product_container .u-aspect-square {
border-radius: inherit;
}
div:has(.u-section-half-bg) {
isolation: isolate;
}
.sidenav_item a:not(.btn):hover {
color: #000;
}
/* HL http links - If Highlighted please update URL */
:is(html.wf-design-modehtml.w-editor-preview) a[href^="http://"] {
outline: 4px solid red !important;
outline-offset: -4px;
position: relative;
}
/* FAQ */
.faq-answer {
transition: grid-template-rows ease-out 250ms;
}
.faq-item:has(.faq-checkbox:checked) .faq-answer {
grid-template-rows: 1fr;
}
.faq-item:has(.faq-checkbox:checked) .faq-icon {
transform: rotate(180deg);
}
/* Authors tooltips */
.cs_author-item:hover .cs_author-tooltip {
opacity: 1;
transform: translateY(110%);
}
/*Marquee animation */
[data-animation-marquee] {
min-width: fit-content;
animation-name: marquee;
animation-iteration-count: infinite;
animation-duration: 30s;
animation-timing-function: linear;
}
@keyframes marquee {
to {
transform: translateX(-50%);
}
}
/* Dialog mods */
/* Modal mods */
body:has(dialog[open]) {
overflow: hidden !important;
}
dialog.modal[open] {
animation: fadein 400ms ease-out forwards;
}
dialog.modal::backdrop {
background: color-mix(in srgbvar(--_swatches---color--black) 80%transparent);
}
@keyframes fadein{
0%{
opacity:0;
}
100%{
opacity:1;
}
}
dialog::-webkit-scrollbar {
width: 10px;
}
dialog::-webkit-scrollbar-track {
border-radius: 10px;
background-color: transparent;
}
dialog::-webkit-scrollbar-thumb {
border-radius: 10px;
border: 2px solid var(--colors--background);
background: var(--colors--text);
}
dialog::-webkit-scrollbar-thumb:window-inactive {
background: var(--colors--text);
}
/* Marquee animations settings */
@keyframes marquee-up {
0% {
transform: translateY(0%);
}
100% {
transform: translateY(-400%)
}
}
@keyframes marquee-down {
0% {
transform: translateY(0%);
}
100% {
transform: translateY(400%)
}
}
.cs-cta_marquee > * {
animation-iteration-count: infinite;
animation-timing-function: linear;
animation-duration: 40s
}
.cc-marquee-up > * {
animation-name: marquee-up;
}
.cc-marquee-down > * {
animation-name: marquee-down;
}
/* Input validation */
.input-group.cc-error .input-validation {
display: flex;
}
.form:has(.input-group.cc-error) [data-btn-submit] {
opacity: 0.4;
pointer-events: none;
}
.form-cb-group:has(input:checked) {
--_states---off: 1;
--_states---on: 0;
}
.form-cb-group:has(input:checked) .form-cb-icon {
position: relative;
}
/* Clamp sentences */
.u-clamp-1-line {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.u-clamp-2-line {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.u-clamp-3-line {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.u-clamp-4-line {
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow: hidden;
}
[hanging-quote] {
position: relative;
padding-left: 0.8ch;
}
[hanging-quote]::before {
content: "“";
position: absolute;
left: 0;
}
.swiper {
overscroll-behavior-x: none;
}
>
<>
:root {
--offset-left-1: 0rem;
--offset-left-2: 0rem
--offset-left-3: 0rem;
--offset-left-4: 0rem;
}
.nav2_wrap[data-position-relative='true'] {
position: relative;
}
.dropdown-link_body .txt-chip {
font-size: 0.62rem;
padding: 0.25em 0.75em;
}
.nav2_dropdown-grid.is--1-column.is--small .navbar_icon.icon.nav2_dropdown-grid.is--mobile .navbar_icon.icon {
max-width: 1rem;
max-height: 1rem ;
min-width: 1rem;
min-height: 1rem;
}
.nav2_dropdown-grid.is--1-column.is--small .dropdown-link_icon.nav2_dropdown-grid.is--mobile .dropdown-link_icon {
padding: 1rem !important;
}
/* Rotate Icon When Dropdown Opens */
.w--open .nav_link-icon {
transform: rotate(180deg);
}
/* Link's Icon Grows on Hover */
.dropdown-link img.dropdown-link_body.cc-case-study img {
transition: transform 300ms ease-out;
}
.dropdown-link:hover img.dropdown-link_body.cc-case-study:hover img {
transform: scale(1.2);
}
@keyframes fade-up {
0% {
transform: translateY(10%);
}
100% {
transform: translateY(0%);
}
}
.w-dropdown-list.w--open .nav2_dropdown-wrap {
animation: fade-up ease-out 0.3s;
animation-fill-mode: both;
}
.nav2_wrap[data-paid-search='true'] .nav2_menu.nav2_wrap[data-paid-search='true'] .nav_cta *:not(.btn.btn *) {
display: none;
}
.nav2_menu-list li {
margin-bottom: 0;
}
.nav2_wrap[data-paid-search='true'] .nav2_container {
padding: 1rem 0;
}
.brand-popover_menu * {
pointer-events: none;
}
.brand-popover_menu.is--active * {
pointer-events: auto;
}
.nav_search > *:not(.ph_icon) {
font-size: 11px;
padding: .1em 0.25em;
border-radius: .25em;
border: solid 0.5px #D0D0D0;
}
.nav_2_menu-item:hover .nav_item-text,
.nav .w-dropdown:has(.w-dropdown-toggle.w--open) .nav_item-text {
background-color: var(--loam---web-library_swatches---oat--200);
}
.nav .btn {
font-size: 0.8rem;
padding: 0.5em 1em;
}
@container nav-container (max-width: 80rem) {
.nav.is--desktop {
display: none;
}
.nav.is--mobile {
display: block;
}
}
>
Skip to main
Where is Microsoft's Headquarters? Main Office Location and Global Offices
Microsoft
Total amount raised
Latest funding date
Microsoft
Location
One One Microsoft WayRedmondWashingtonUnited States
Use Clay's
email finder to get anyone's work email in seconds.
Microsoft is a global technology corporation known for its softwareservicesand hardwareincluding the Windows operating system and the Azure cloud platform. This article will explore the company's extensive physical presencefocusing on its corporate headquarters and key office locations that support its worldwide operations.
Where Is Microsoft's Headquarters? Microsoft's corporate headquarters is located at One Microsoft Way in RedmondWashington. This address serves as the main office and central hub for the company's global operations and strategic management. It is the principal workplace for the technology corporationanchoring its extensive network of facilities and employees around the world.
The Redmond location is a large corporate campusnot a single building. Spanning over 500 acresthe site includes numerous buildings dedicated to researchdevelopmentand administration. This campus accommodates tens of thousands of employeesserving as the primary center for Microsoft's innovation and core business functions.
Other Microsoft Office Locations Here's a list of Microsoft's other office locations:
AlbanyUnited States : 54 State St 7th Floor Suite 701AlpharettaUnited States : 8000 Avalon BoulevardSuite 800ArlingtonUnited States : 1300 Wilson Blvd 14th floorAtlantaUnited States : 170 17th St NWAtlantaUnited States : 84 Peachtree StAustinUnited States : 10900 Stonelake BoulevardSuite 225BellevueUnited States : 700 Bellevue Way NE - 22nd FloorBentonvilleUnited States : 2500 Technology CircleSuite #4BirminghamUnited States : 3535 Grandview ParkwaySuite 335New YorkNYUnited States : 11 Times SquareSan FranciscoCAUnited States : 555 California StreetDublinIreland : South County Business ParkLeopardstownLondonUnited Kingdom : 2 Kingdom StreetPaddingtonMunichGermany : Walter-Gropius-Strasse 5ParisFrance : 39 Quai du Président RooseveltTokyoJapan : Shinagawa Grand Central Tower2-16-3 KonanBeijingChina : No. 5 Danling StreetBangaloreIndia : Embassy TechVillageDevarabeesanahalliSingaporeSingapore : One Marina BoulevardSydneyAustralia : 1 Denison StreetNorth SydneyAdditional global presence : Microsoft also maintains offices in dozens of other countriesincluding AlgeriaArgentinaBrazilCanadaEgyptKenyaNew Zealandand Vietnamunderscoring its worldwide operational footprint.Find More Info Using Clay! While this guide offers a comprehensive look at Microsoft's key locationssuch data is always evolving. At Clay we provide a platform that automates data enrichmentallowing you to find comprehensive and current information on companies.
This enables you to scale personalized outreach with the most accurate data available. To see how our tools can enhance your research and outreach effortssign up today and try it.
Leverage the power of 100+ data providers for industry-leading data coverage & quality.
4.9 rating
How Much Did fuboTV Raise? Funding & Key Investors
Read post
Who is the CFO of Automation Anywhere? Vikram Khosla’s Bio
Read post
Who is the CEO of Addepar? Eric Poirier’s Bio
Read post
How Much Did mfine Raise? Funding & Key Investors
Read post
How Much Did Locofast Raise? Funding & Key Investors
Read post
Who is the CFO of Blackbaud? Anthony "Tony" Boor’s Bio
Read post
Where is Santander Bank's Headquarters? Main Office Location and Global Offices
Read post
Who is the CTO of Gusto? Mike Tria’s Bio
Read post
How Much Did Netmeds Raise? Funding & Key Investors
Read post
Who is the CEO of Genies? Akash Nigam’s Bio
Read post
How Much Did New Balance Raise? Funding & Key Investors
Read post
Who is the CTO of WHOOP? Jaime Waydo's Bio
Read post
Who is the CEO of Tractable? Alex Dalyac's Bio
Read post
10 Collibra Executives & Org Chart
Read post
Where is Redesign Health's Headquarters? Main Office Location and Global Offices
Read post
How Much Did Smartsheet Raise? Funding & Key Investors
Read post
List of Coda Executives & Org Chart
Read post
Who is the CFO of Yext? Darryl Bond’s Bio
Read post
How Much Did Wingtra Raise? Funding & Key Investors
Read post
Who is the CEO of Diebold Nixdorf? Octavio Marquez’s Bio
Read post
How Much Did New Relic Raise? Funding & Key Investors
Read post
Who is the CFO of AppLovin? Herald Chen’s Bio
Read post
How Much Did SquadStack Raise? Funding & Key Investors
Read post
Who is the CEO of Accelerant? Jeff Radke’s Bio
Read post
How Much Did Fleek Raise? Funding & Key Investors
Read post
Who is the CTO of Matillion? Ed Thompson's Bio
Read post
Who is the CEO of WHOOP? Will Ahmed’s Bio
Read post
How Much Did Procurify Raise? Funding & Key Investors
Read post
How Much Did PubNub Raise? Funding & Key Investors
Read post
Where is Mobileye's Headquarters? Main Office Location and Global Offices
Read post
Who is the CTO of BlackBerry? Charles Eagan's Bio
Read post
How Much Did Data.ai Raise? Funding & Key Investors
Read post
Who is the CEO of DriveWealth? Michael Blaugrund’s Bio
Read post
How Much Did Rebag Raise? Funding & Key Investors
Read post
Who is the CEO of Movella? Eric Salzman’s Bio
Read post
How Much Did Biogen Raise? Funding & Key Investors
Read post
How Much Did OpenPhone Raise? Funding & Key Investors
Read post
How Much Did Epigamia Raise? Funding & Key Investors
Read post
Who is the CEO of GoMaterials? Michael Bellows’s Bio
Read post
Where is Southwest Airlines's Headquarters? Main Office Location and Global Offices
Read post
How Much Did SeQura Raise? Funding & Key Investors
Read post
How Much Did Owner Raise? Funding & Key Investors
Read post
Who is the CFO of Ramp? Mary-Anne Moffatt’s Bio
Read post
Who is the COO of Airbnb? Belinda Johnson’s Bio
Read post
How Much Did Spot Raise? Funding & Key Investors
Read post
How Much Did YourStory Raise? Funding & Key Investors
Read post
How Much Did Otter Raise? Funding & Key Investors
Read post
Who is the CFO of Adobe? Dan Durn’s Bio
Read post
Who is the CEO of Fluid Truck? James Eberhard’s Bio
Read post
How Much Did KisanKonnect Raise? Funding & Key Investors
Read post
Who is the CTO of Atlassian? Rajeev Rajan’s Bio
Read post
How Much Did Hired Raise? Funding & Key Investors
Read post
How Much Did Pandora Raise? Funding & Key Investors
Read post
How Much Did Ibotta Raise? Funding & Key Investors
Read post
How Much Did Rentable Raise? Funding & Key Investors
Read post
Who is the CEO of Nexus? Ingo Behrendt’s Bio
Read post
Who is the CTO of Electronic Arts? · Matt Thomlinson’s Bio
Read post
Who is the CTO of NetApp? Gavin Moore’s Bio
Read post
How Much Did Skilljar Raise? Funding & Key Investors
Read post
How Much Did Open Secret Raise? Funding & Key Investors
Read post
Who is the COO of Intel? Keyvan Esfarjani’s Bio
Read post
How Much Did Wawa Raise? Funding & Key Investors
Read post
How Much Did Codeium Raise? Funding & Key Investors
Read post
Who is the CFO of Certara? John Gallagher’s Bio
Read post
How Much Did Cosmofeed Raise? Funding & Key Investors
Read post
How Much Did Atalanta Therapeutics Raise? Funding & Key Investors
Read post
How Much Did Mu Sigma Raise? Funding & Key Investors
Read post
How Much Did Wrapbook Raise? Funding & Key Investors
Read post
How Much Did Zyod Raise? Funding & Key Investors
Read post
Who is the CEO of Pentera? Amitai Ratzon’s Bio
Read post
How Much Did Flyrobe Raise? Funding & Key Investors
Read post
How Much Did Qventus Raise? Funding & Key Investors
Read post
How Much Did Paytient Raise? Funding & Key Investors
Read post
How Much Did LeaseLock Raise? Funding & Key Investors
Read post
Where is UFC's Headquarters? Main Office Location and Global Offices
Read post
How Much Did Clerkie Raise? Funding & Key Investors
Read post
How Much Did Lendbox Raise? Funding & Key Investors
Read post
Who is the CTO of Zscaler? Syam Nair’s Bio
Read post
How Much Did Spendesk Raise? Funding & Key Investors
Read post
How Much Did Tegus Raise? Funding & Key Investors
Read post
How Much Did Zscaler Raise? Funding & Key Investors
Read post
Who is the CEO of Entegris? Bertrand Loy’s Bio
Read post
How Much Did PFL Raise? Funding & Key Investors
Read post
Who is the CIO of Schneider Electric? Tugutla Sreenivasa Reddy (Sreeni)’s Bio
Read post
Who is the CEO of wefox? Julian Teicke’s Bio
Read post
Who is the CEO of AIXTRON SE? Felix Grawert’s Bio
Read post
Where is DigitalOcean's Headquarters? Main Office Location and Global Offices
Read post
How Much Did Zepto Raise? Funding & Key Investors
Read post
Who is the CEO of Devoted Health? Ed Park’s Bio
Read post
How Much Did Squarespace Raise? Funding & Key Investors
Read post
Who is the COO of Tesla? Ricardo Geng’s Bio
Read post
10 Shopify Executives & Org Chart
Read post
Who is the CEO of Omnicell? Randall Lipps’s Bio
Read post
How Much Did Chewy Raise? Funding & Key Investors
Read post
Who is the CFO of SoFi? Chris Lapointe’s Bio
Read post
List of Expedia Executives & Org Chart
Read post
How Much Did Plooto Raise? Funding & Key Investors
Read post
Where is Back Market's Headquarters? Main Office Location and Global Offices
Read post
Where is Bending Spoons's Headquarters? Main Office Location and Global Offices
Read post
Where is PandaDoc's Headquarters? Main Office Location and Global Offices
Read post