Microsoft often restructures its operations and makes strategic cuts around the end of its fiscal year — and this year looks to be no exception, despite laying off nearly 3% of its workforce in May, or about 6,000 people.
The company is is preparing thousands more layoffs, this time focused on areas including sales, Bloomberg reported Wednesday, citing unnamed sources who say the job cuts are expected to be announced early next month.
Microsoft’s 2025 fiscal year ends June 30. A Microsoft spokesperson said the company had nothing to confirm regarding any additional workforce changes.
.chart-embed {
font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Oxygen-Sans, Ubuntu, Cantarell, “Helvetica Neue”, sans-serif;
margin: 0;
padding: 5px 5px 25px 5px;
background-color: #ffffff;
}
.chart-embed .chart-container {
background: #ffffff !important;
padding: 10px 20px 25px 20px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
width: 100%;
max-width: 630px;
margin: 0 auto;
box-sizing: border-box;
}
.chart-embed .chart-title {
font-size: 1.8rem;
color: #2c3e50;
margin-bottom: 10px;
text-align: center;
font-weight: 600;
font-family: inherit;
}
.chart-embed .legend-container {
display: flex;
justify-content: center;
margin-bottom: 25px;
flex-wrap: wrap;
gap: 20px;
}
.chart-embed .legend-item {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
font-weight: 500;
font-family: inherit;
}
.chart-embed .legend-color {
width: 12px;
height: 12px;
border-radius: 50%;
}
.chart-embed .source-attribution {
font-size: 1.5rem;
color: #666;
text-align: center;
margin-top: 20px;
font-style: italic;
font-family: inherit;
}
.chart-embed #growthChart {
max-height: 400px;
}
@media (max-width: 768px) {
.chart-embed {
padding: 5px 5px 20px 5px;
}
.chart-embed .chart-container {
padding: 8px 15px 20px 15px;
}
.chart-embed .chart-title {
font-size: 1.4rem;
}
.chart-embed .legend-container {
gap: 15px;
margin-bottom: 20px;
}
.chart-embed .legend-item {
font-size: 12px;
}
.chart-embed #growthChart {
max-height: 300px;
}
.chart-embed .source-attribution {
font-size: 1.4rem;
}
}