Skip to sources
Time Machine

Network and Computer Systems Administrators

Scrub through 67years of this role's history, from when it first emerged, through every wave of technology that reshaped it, to the cited projections for where it's heading next.

2026drag to travel through time
19752000now
Country
2026
Known today as Network and Computer Systems Administrators (BLS SOC 15-1244)
Latest actual · 2024
332K
BLS OEWS May 2024 national estimate, as reported in the Occupational Outlook Handbook and O*NET. Employment is substantially below the 2000 dot-com peak (~544,000) and reflects a decade of structural decline: cloud platforms have absorbed large portions of on-premises server work, DevOps practices have merged sysadmin functions into software engineering pipelines, and AIOps tools have automated the alert-triage-remediate loop. BLS projects continued -4% decline through 2034. The occupation persists most strongly in regulated industries (healthcare, finance, government) where data sovereignty, compliance, and legacy systems require on-premises expertise.
Latest actual · 2024
$96,800
BLS OEWS May 2024 median annual wage, as reported by the Occupational Outlook Handbook and confirmed by O*NET. In 2024 dollars, this represents a near-doubling of real wages since 2000, reflecting the professionalization of the role and the premium paid to workers who have absorbed cloud-era tooling (AWS/Azure/GCP certifications, IaC, AIOps platforms).
Each dot is a cited figure over time; the dotted line only links them (values between aren't measured). Hollow dots are estimates.
Tools of the era

The tools that defined the work

Select an era to see how it reshaped the work.

  • Unix command-line tools and shell scripting (PDP-7, PDP-11, VAX)

    The first generation of systems administrators worked almost entirely through terminal emulators and shell scripts. Unix provided a remarkable toolkit: the file system, pipes, grep, sed, awk, cron, and shell scripting let a single administrator manage a multi-user machine with dozens of simultaneous users without a graphical interface. Administration was fundamentally a craft of scripted text manipulation: editing /etc/passwd, managing disk quotas with df and du, monitoring processes with ps, and scheduling jobs with cron. The job was oral: knowledge passed between administrators through personal networks, mailinglists, and the nascent culture of Unix documentation (manual pages) that Ritchie and Thompson built into the system from the start.

    Work toolChanging equipment
  • PC networks: Novell NetWare, TCP/IP, and the LAN administrator era

    The arrival of Novell NetWare 2.0 (1985) and the proliferation of IBM PC-compatible hardware brought a new job class into existence: the LAN administrator. Every organization that acquired more than a handful of PCs needed someone to run the file server, set up user accounts, and manage shared printers. These administrators were often not Unix practitioners at all; many came from accounting or operations backgrounds and learned Novell's proprietary tools (SYSCON, FCONSOLE, NWADMIN). The parallel growth of TCP/IP networking after the National Science Foundation opened the internet backbone to commercial use in 1991 created demand for a second skill set: routing, DNS, DHCP, and email server administration. By 1993, the System Administrators Guild (SAGE) was formally constituted within USENIX as the profession's first dedicated professional organization, reflecting a community that had grown from academic practitioners into a mainstream corporate function.

    Work toolChanging equipment
  • Windows NT/2000/2003 Active Directory and the enterprise server era

    Microsoft's Windows NT 4.0 (1996) and Windows 2000 with Active Directory (2000) transformed corporate IT administration. Active Directory centralized identity and policy management across an organization's entire Windows estate: user accounts, group policies, software deployment, and security settings could all be managed from a single console. This moved the systems administrator from machine-by-machine configuration toward domain-wide administration. It also created a parallel credential ecosystem: Microsoft Certified Systems Engineer (MCSE), a certification that by the late 1990s had become the most widely held IT credential in the US. Windows NT also brought proprietary event-log monitoring tools (Microsoft Operations Manager, later System Center) that began systematizing what had been informal, ad-hoc monitoring. The administrator's toolkit was increasingly graphical, less scripted, and more vendor-specific.

    Accounting softwareIntegrated ledgers
  • Cloud infrastructure (AWS S3 and EC2, 2006) and the beginning of cloud absorption

    Amazon Web Services launched S3 on March 14, 2006 and EC2 in August 2006. For the first several years, cloud adoption was primarily a startup phenomenon: companies like Airbnb and Dropbox built on AWS infrastructure rather than buying servers. The impact on the systems administrator workforce was initially indirect: organizations still ran their own data centers, but the growth rate of on-premises infrastructure investment began to slow. By 2010-2012, large enterprises began serious cloud migrations, and the nature of the sysadmin role began to shift: administering a virtual machine fleet on EC2 was architecturally similar to administering physical servers, but the physical provisioning and hardware maintenance work was gone. Amazon's early pitch to IT departments was exactly this: "you keep the administration, we handle the hardware." The sysadmin workforce peaked around 2012-2013 as this transition began in earnest.

    Effect on the work

    The BLS employment series for this occupation peaked around 2013 and has been in gradual structural decline since, with cloud absorption of on-premises workloads cited by BLS as one of the primary drivers of the projected -4% employment decline through 2034.

    Work toolChanging equipment
  • Infrastructure as Code: Puppet (2005), Chef (2009), Ansible (2012), Terraform (2014)

    The DevOps movement, formally named at the first DevOpsDays conference in Belgium in 2009, reshaped the systems administrator role more profoundly than any prior technology shift. The core idea was that infrastructure should be defined in code, version-controlled, tested, and deployed through automated pipelines, just like application software. Puppet (released 2005) was the first tool to make configuration management declarative and repeatable at scale. Chef (2009), Ansible (2012), and HashiCorp Terraform (2014) followed with different philosophies but the same goal: eliminate manual, undocumented, drift-prone configuration from the administrator's daily work. For the profession, this was both an opportunity and a displacement. Administrators who learned IaC and joined DevOps teams could multiply their impact dramatically; those who did not found their work progressively automated away. The line between systems administrator and software developer blurred substantially, with "Site Reliability Engineer" (a Google term from around 2003) becoming the aspirational title for the elevated tier.

    Effect on the work

    DevOps adoption did not directly reduce headcount in the short term but did bifurcate the market: IaC-fluent administrators became more valuable while traditional click-through-the-console administrators became more substitutable. TechTarget's 2026 networking job market analysis confirmed this split explicitly: entry-level manual-configuration roles are shrinking while architecture and automation roles are growing.

    Work toolChanging equipment
  • AIOps first generation: Datadog (2010), PagerDuty (2009), Splunk ML (2016)

    The first generation of AIOps tools automated the most repetitive part of the sysadmin's day: monitoring dashboards and alert triage. Datadog (founded 2010, IPO 2019) built a unified observability platform that correlated metrics, logs, and traces and used machine learning to surface anomalies and group related alerts. PagerDuty's ML-based noise reduction cut alert volumes by reducing duplicate pages for the same incident. Splunk's machine learning toolkit (2016) enabled behavioral baselining and anomaly detection that had previously required dedicated data-science resources. For systems administrators, these tools reduced the hours spent staring at Nagios dashboards or manually correlating events across disparate systems. The daily rhythm shifted: less reactive page-and-fix, more proactive capacity planning and architecture review.

    Work toolChanging equipment
  • Agentic AIOps: Datadog Bits AI SRE (2025), Dynatrace Davis AI, Azure Copilot Agents, Ansible Lightspeed

    The second generation of AIOps, arriving at scale in 2024-2025, crossed from "assisted human" to "autonomous agent." Datadog Bits AI SRE (generally available June 2025) investigates alerts end-to-end without human prompting, reaching root-cause conclusions in approximately 3-4 minutes and executing triage actions including Slack notifications, Jira ticket creation, and PagerDuty incident management. Dynatrace Davis AI, expanded in February 2025, uses causal AI to both diagnose active incidents and predict issues before they surface; IDC independently validated 56% faster mean time to resolution for critical incidents. ServiceNow ITOM with Now Assist AI agents processes incoming IT alerts end-to-end and cuts MTTR by 45% on average across deployments. Red Hat Ansible Lightspeed generates complete, testable YAML automation playbooks from natural-language descriptions. The human administrator's role is shifting from executing the operations cycle to governing and directing the automated agents that now run it: setting thresholds, validating machine-generated root-cause analyses, authorizing production changes, and making the architecture-level decisions that agents cannot.

    Effect on the work

    BLS projects a -4% decline for this occupation through 2034, driven by cloud absorption and DevOps automation. The AIOps acceleration visible in 2024-2025 is not yet fully reflected in those projections, which are based on 2024 baseline data. The practical impact is a rising productivity bar: an AI-fluent sysadmin with full AIOps tooling can credibly manage infrastructure that required 2-3 additional headcount in 2020.

    AI audit toolsPattern detection
Projection cone · present → 2034

What credible sources project

Scrub the slider past now to anchor each scenario on the scrubber. The spread is the range of futures credible sources project for this role.

Employment outlook
Projected change in the number of people doing this work.
BLS Employment Projections 2024-34 — computer systems design sector
2034
+11%
The computer systems design and related services sector (NAICS 5415), where the largest share of sysadmins work, is projected to grow 11% from 2024-2034, making it one of the fastest-growing major industry sectors. This is in tension with the occupation-level -4% projection: the resolution is that within this growing sector, higher-skill roles (cloud architects, DevOps engineers, security specialists) are absorbing the new headcount while traditional network and systems administration roles contract. Sysadmins who transition toward cloud architecture and DevOps can ride the sector tailwind; those who remain in traditional on-premises administration face the headwind of managed structural contraction.
BLS National Employment Matrix 2024-34
2034
-4%
BLS Employment Projections 2024-34 using the industry-occupation matrix and labor productivity assumptions. The projection model for 15-1244 attributes the decline primarily to two forces: (1) cloud computing platforms absorbing on-premises server administration work, reducing the ratio of sysadmin headcount to IT infrastructure managed; and (2) DevOps and SRE practices merging traditional administrative functions into software engineering pipelines, with the administrative work handled programmatically rather than by dedicated administrators. About 14,300 openings per year are still projected, driven entirely by the need to replace workers who retire or transfer out, not by net growth. The BLS characterizes this as a managed structural contraction rather than rapid displacement.
AI task exposure
Share of the role’s tasks that researchers estimate AI can do. This is a measure of task exposure, not a forecast of jobs lost.
Eloundou et al. — "GPTs are GPTs" (2023)
2028
35%
of tasks
GPT-4 task-by-task LLM exposure labeling on O*NET tasks. Systems administrators score in the moderate range for LLM exposure: their core tasks include substantial text-based and procedural work (writing scripts, documenting configurations, triaging alert narratives, drafting change requests) that LLMs can handle meaningfully, alongside physical and judgment-heavy work that they cannot. The curated deep-tier profile for this occupation (15-1244.00.ts) assessed an augmentationUpside of 68, reflecting that AI-fluent sysadmins using AIOps tooling gain substantially more capacity per person. The 35% exposure estimate reflects the share of current tasks where LLM-based tools materially change the work, not an estimate of jobs displaced.
Today, in this role

What's shifting in the work right now

The historical view above shows how this role has moved. This is the present-day detail: which AI tools are picking up which tasks, where the edge still is, and the natural directions this work can grow.

What's changing in your day

Three parts of your work where AI is already doing real lifting, and what stays yours.

AI is sitting alongside you hereMonitor infrastructure health using AIOps dashboards (Datadog, Dynatrace) — reviewing AI-prioritized alert queues, validating autonomous root-cause diagnoses, escalating confirmed incidents, and closing false positives with documented rationale.

Monitor infrastructure health using AIOps dashboards (Datadog, Dynatrace) — reviewing AI-prioritized alert queues, validating autonomous root-cause diagnoses, escalating confirmed incidents, and closing false positives with documented rationale.[3],[4],[5]

Where your edge is

Shift from passive dashboard watching to active AIOps governance: learn to tune alert thresholds and suppression rules so the AI surfaces genuine signal, and build fluency in reading agent-generated RCA traces to validate or override machine conclusions confidently.

AI is sitting alongside you hereWrite and maintain automation scripts and Infrastructure-as-Code (PowerShell, Bash, Ansible playbooks, Terraform modules) — using AI coding assistants to generate first drafts, then reviewing, testing, and owning the resulting runbooks and IaC pipelines.

Write and maintain automation scripts and Infrastructure-as-Code (PowerShell, Bash, Ansible playbooks, Terraform modules) — using AI coding assistants to generate first drafts, then reviewing, testing, and owning the resulting runbooks and IaC pipelines.[7],[15],[8]

Where your edge is

Own the automation architecture, not just the scripts: design idempotent, version-controlled runbooks, validate AI-generated Ansible YAML against your environment's specific constraints, and build test harnesses (Molecule, Terratest) so automated code is trustworthy in production.

AI is sitting alongside you hereManage cloud infrastructure provisioning and cost optimization (AWS, Azure, GCP) — using AI copilots (Azure Copilot Optimization Agent, Pulumi Neo) to identify rightsizing opportunities, enforce tagging policies, and automate resource lifecycle management.

Manage cloud infrastructure provisioning and cost optimization (AWS, Azure, GCP) — using AI copilots (Azure Copilot Optimization Agent, Pulumi Neo) to identify rightsizing opportunities, enforce tagging policies, and automate resource lifecycle management.[9],[8],[2]

Where your edge is

Build cloud financial operations (FinOps) and architecture skills: AI agents surface cost anomalies and recommend instance type changes accurately, but committing to reserved instances, negotiating enterprise agreements, and making architecture decisions about multi-cloud vs. single-cloud deployments require human judgment and financial accountability.

Where this role is heading

Natural next steps for someone with your foundation: not exits, evolutions.

A direction you could grow

Computer and Information Systems Managers

Senior sysadmins who accumulate production-change authority, vendor relationship management, budget ownership, and the ability to communicate infrastructure risk to non-technical stakeholders are well-positioned for IT management. BLS projects +15% growth for Computer and Information Systems Managers through 2034 with median wages of $171,200 and 55,600 annual openings. The 2026 market specifically demands IT managers who can govern AIOps tool adoption (Datadog Bits AI, Dynatrace, ServiceNow ITOM), set automation strategy, and translate infrastructure investments into business outcomes — all skills that emerge naturally from a senior SysAdmin background.

What you'd add
· AIOps strategy: evaluating Datadog, Dynatrace, PagerDuty, and ServiceNow ITOM for organizational ROI
· Executive communication: translating infrastructure risk and reliability metrics into business-impact language
What it takesA real upskill, but a natural one
Share this year
Drops anyone you send it to straight into 2026.
Preview card
Part of Tech & Data · see all 28roles →
Different role?

See the same long-arc view for your own profession.

Browse the directory by industry, or search by title or SOC code. New roles ship every few weeks. Every profile cites every claim.

Browse all roles

The data behind this timeline

On record since1969
Latest tracked employment331,500 (US, 2024)
Latest median pay$96,800 (2024)
Outlook-4% by 2034 (BLS National Employment Matrix 2024-34)
View all 9 cited data points
YearUS employmentMedian annual paySource
198650,000n/aESTIMATE
1993200,000$34,000ESTIMATE
2000544,000$51,280BLS-OEWS
2019354,450$83,510BLS-OEWS
2020339,560$84,810BLS-OEWS
2021316,760$80,600BLS-OEWS
2022325,930$90,520BLS-OEWS
2023323,020$95,360BLS-OEWS
2024331,500$96,800BLS-OEWS
Embed this timeline on your site

Free for any site. Paste this where the timeline should appear; it stays interactive, every datapoint stays cited, and it sets no cookies on your page. How embedding works

<iframe src="https://futurehistory.earth/embed/15-1244"
  width="100%" height="430" style="border:0"
  title="Network and Computer Systems Administrators, a Future History timeline"
  loading="lazy"></iframe>

See all roles in Tech & Data