An IT support specialist keeps the computers, accounts, applications and networks people use at work running. They take requests by phone, chat, email or ticket, find the cause of each problem, fix it or escalate it, set up and repair devices, and write down every fix so the next person solves it faster.

The job goes by several names (help desk technician, desktop support technician, service desk analyst, technical support specialist), and it often leads to other IT jobs. This guide is the career view: what the work looks like at each support tier, the skills and tools it needs, the certifications that count as of September 2026, pay and outlook from official statistics, how AI is changing the work, and where the job leads. If you want to know what IT support covers for a business and how it is bought, read what IT support means for a business; for how a help desk runs its queue, see what an IT help desk does.

What an IT support specialist does

The US Bureau of Labor Statistics (BLS) describes two kinds of computer support specialist. User support specialists, also called help desk technicians, give technical help to people who do not work in IT. Network support specialists test, maintain and troubleshoot an organization's networks. The Department of Labor's O*NET profile for the first kind lists the titles people in that role report: help desk analyst, desktop support technician, IT technician, IT support specialist and technical support specialist, among others.

Whatever the title, the core duties are the same:

  • Diagnose the problems people report, in person or by phone, chat or email, and either guide them through the fix or do it for them.
  • Set up and repair equipment: laptops, phones, monitors, docks, printers and the software on them, and show people how to use what is new.
  • Record every problem and what was done about it, so the history is there the next time.
  • Pass on what cannot be fixed at your level: major hardware and software faults go to specialists or to the vendor.
  • Report patterns: tell the team and managers when many people hit the same problem or the same complaint keeps returning.

A first-line queue on a Monday morning might hold a locked account after a new phone broke someone's MFA app, a laptop that sees the Wi-Fi but not the file share, a new starter who needs a laptop, a mailbox and three shared folders before their first meeting, a meeting room screen that will not share, and an email someone thinks is phishing. None of it is exotic. The skill is resolving it quickly, safely and in a way the person understands.

Where the work happens varies. BLS counted about 750,600 computer user support jobs in the US in 2025. The largest employer group, with 21% of them, was computer systems design and related services, the industry of IT service firms, followed by schools and colleges, the information sector and government. So many support specialists work for a provider rather than for the business whose staff they help; whether a business should outsource its help desk is a separate question. Some support staff telework, others work on site or travel to clients, and because some services must be available around the clock, some work nights or weekends.

Duties at each support tier

Most support teams split the work into lines, also called tiers or levels, so frequent, simple requests are fixed fast and specialists spend their time where only they can help. The mechanics of a tiered desk (self-service at level 0, escalation, the ticket lifecycle) are covered in our help desk guide. As a job, each tier looks like this:

TierWhat you do most of the dayAccess you usually haveYou hand it on when
First line (tier 1, help desk or service desk)Answer calls, chats and emails; log and prioritize tickets; verify identity; reset passwords and MFA; apply known fixes; handle standard requestsThe ticketing system, a remote support tool, a limited admin role for resetsThere is no documented fix, it needs rights you do not have, or it affects many people
Second line (tier 2, desktop or technical support)Re-enrol or rebuild laptops; fix mailbox and sharing permissions; troubleshoot device policies, apps and printers; visit desks; write articles for first lineAdmin rights on devices and in the Microsoft 365 or Google Workspace tenantThe cause is in a server, the network, identity or the platform, or the fault keeps returning
Third line (tier 3, specialists and engineers)Servers, networks, identity and cloud configuration; scripts and automation; root causes of repeat faults; changes that affect everyoneAdministrative access to infrastructureThe fault is in a supplier's product or service, and the vendor gets a case

In a small company, first and second line are often the same one or two people, and third line is an outside provider. The sequence still holds: the known fix, then the deeper one, then the specialist, then the vendor, with each step written in the ticket. BLS notes that network support specialists often work under the direction of network and computer systems administrators, who take the more complex tasks; it is the same ladder seen from the network side.

Moving up a tier is less about seniority than about access and judgement. Second line gets admin rights once it has shown it uses them carefully and writes down what it changed.

The skills the job needs

Technical foundations

The CompTIA A+ exam objectives are a fair map of what first-line support is expected to know. The Core 1 and Core 2 exams cover mobile devices, networking, hardware, virtualization and cloud, and hardware and network troubleshooting, then operating systems, security, software troubleshooting and operational procedures. The heaviest domains are hardware and network troubleshooting (28% of Core 1) and operating systems and security (28% each of Core 2). In practice that means:

  • Operating systems. Windows and macOS, some Linux, plus iOS and Android: settings, user profiles, updates, logs and recovery options.
  • Networking basics. IP addressing, DHCP, DNS, Wi-Fi and VPNs, and being able to tell whether a fault is in the device, the local network or the service.
  • Identity and access. User accounts, groups, and password and MFA resets in Microsoft Entra ID, Active Directory or Google Workspace, and checking who is asking before you reset anything.
  • Devices and applications. Setting up laptops through a management platform, drivers, peripherals, printers and the business's own software.
  • Microsoft 365 or Google Workspace. Mailboxes, shared drives, sharing permissions and licences.
  • Security hygiene. Recognizing phishing, removing malware, encryption, updates and least privilege; our cybersecurity best practices cover the user-facing side.
  • Scripting. PowerShell on Windows and Bash on Linux and macOS, so a fix you do twice becomes a script you run once.

A few commands do much of the first-line network diagnosis on Windows. ipconfig /all shows the full TCP/IP configuration of every adapter and ipconfig /flushdns clears the DNS resolver cache; Test-NetConnection shows whether a host answers and whether a given port is reachable; Resolve-DnsName shows what a name resolves to:

ipconfig /all
Test-NetConnection -ComputerName fileserver.example.com -Port 445
Resolve-DnsName -Name intranet.example.com -Type A
ipconfig /flushdns

A troubleshooting method

Knowing commands matters less than having a method you follow under pressure:

  1. Get the facts in the person's words: what happens, since when, what changed, and who else is affected.
  2. See it for yourself, in person or over a remote session.
  3. Check the scope. One person, one site or everyone? If it is everyone, check the provider's service status and treat it as an incident before you touch one laptop.
  4. Isolate from the device outward: device, then account, then local network, then internet, then the service, confirming each link works before you move to the next.
  5. Change one thing at a time, and note each change in the ticket.
  6. Confirm with the person that it works, then close the ticket with notes someone else could follow.
  7. If it comes back, go after the cause. A fault that returns is a problem to raise, not a ticket to close again.
A laptop connects over Wi-Fi to a router, then through the internet to a server. Check marks sit under the laptop and the Wi-Fi link; the orange router is where the fault was found.
Fig. 1 Work from the device outward: the fault is at the first link that fails, which is often not where the user noticed it.

People skills

BLS lists four qualities the job needs: communication, customer service, listening and problem solving. Communication means explaining a fix, in speech and in writing, to someone who does not care how DNS works. Customer service means patience with people who are frustrated and falling behind on their own work. Listening means knowing which question to ask to change the diagnosis. Two more matter as much in practice:

  • Writing. Ticket notes and knowledge base articles are how a team learns. "Fixed" helps nobody. "Cleared the saved credentials for the file server; the user had changed their password on the phone but not the laptop" helps the next person.
  • Discretion. Support staff see mailboxes, files and screens. Look only at what the ticket needs, and verify identity before resetting access, because attackers phone help desks too.

Tools of the trade

Most support teams run on four kinds of tools. Our remote IT support tools guide compares products and how to secure them; this is what you use in the job:

  • A ticketing or ITSM system, such as Jira Service Management, ServiceNow, Freshservice or Zendesk. Every request becomes a ticket with a category, a priority and a history, and queues route it to the right people. The response targets a service agreement sets are measured here.
  • Remote support, to see and, with permission, control a user's screen.
  • Device management, also called endpoint management or MDM, such as Microsoft Intune or Jamf, to enrol laptops and phones, push apps and settings, check compliance and lock or wipe a lost device.
  • A knowledge base, inside the ticketing tool or in Confluence, IT Glue or Hudu, where fixes and procedures are written down.

Add the admin consoles of whatever the business runs: the Microsoft 365 admin center and Microsoft Entra admin center, or the Google Admin console. Supporting people you never meet in person adds its own problems, covered in help desk support for remote teams.

Remote support deserves a closer look, because scammers abuse it too. With Microsoft's Quick Assist, the helper generates a time-limited security code and gives it to the user, who enters it and then has to allow screen sharing in a dialog. Taking control is a second request the user can allow or deny. For organizations working inside a single Microsoft Entra tenant, Microsoft suggests Intune Remote Help instead, which adds role-based access control and session logs.

A support laptop and a user's laptop sit either side of the internet. The user's screen shows an orange permission prompt, and the remote session line reaches the screen only through it.
Fig. 2 The permission prompt is the control: a legitimate session starts with a request the user made themselves.

Warning

Tech support scams depend on persuading someone to let a stranger connect. Microsoft's Quick Assist documentation warns about them and tells users to allow a helper only if they contacted Microsoft Support or their own IT staff first. Never ask someone to accept a session they did not request, and teach users to refuse one.

IT support certifications worth having in 2026

Certifications matter in support because the entry requirements are loose: BLS says candidates can qualify with a high school diploma plus relevant IT certifications, and that some companies require certification in the products they use. The four below cover the path from first to second line. The details are from each issuer's own page, as of September 2026.

CertificationIssuerExamsFormatFits
CompTIA A+ (V15)CompTIA220-1201 (Core 1) and 220-1202 (Core 2)Up to 90 questions and 90 minutes per exam; pass mark 675 (Core 1) and 700 (Core 2) on a scale to 900A vendor-neutral first credential for first line
Google IT Support CertificateGoogle, on CourseraFive courses, assessed by quizzes, assignments and hands-on activitiesSelf-paced subscription, US$49 a month in the US and CanadaA structured course for someone starting from zero
Microsoft 365 Certified: Endpoint Administrator AssociateMicrosoftMD-102100 minutes; pass mark 700; renewed every 12 months with a free online assessmentSecond line in a Microsoft 365 and Intune environment
ITIL 4 Foundation, or ITIL Foundation (Version 5)PeopleCertOne exam40 multiple-choice questions, 60 minutes, closed book, 65% to passThe shared vocabulary of incidents, requests, problems, changes

CompTIA A+ (220-1201 and 220-1202)

CompTIA A+ is CompTIA's entry-level certification, aimed at roles such as IT support specialist and help desk technician. The current version, V15, launched on March 25, 2025. You pass two exams, Core 1 on hardware and networking and Core 2 on operating systems and security, in either order, but both from the same version. Questions are multiple choice, drag-and-drop and performance-based. CompTIA recommends 12 months of hands-on experience in a support role and expects V15 to retire around 2028, about three years after launch.

Google IT Support Certificate

Google's IT Support Certificate is a self-paced online program on Coursera with no prerequisites. Its five courses are Technical Support Fundamentals; The Bits and Bytes of Computer Networking; Operating Systems and You: Becoming a Power User; System Administration and IT Infrastructure Services; and IT Security: Defense Against the Digital Dark Arts. It now also teaches using AI for troubleshooting and customer care, and all Google career certificates add an optional course on job searching with AI. The subscription starts with a seven-day free trial, and Google says many learners finish in three to six months. Graduates can claim an ACE credit recommendation worth 15 college credits, and those who also pass CompTIA A+ earn a dual credential from CompTIA and Google.

Microsoft 365 Certified: Endpoint Administrator Associate (MD-102)

Once you have admin rights on devices, Microsoft's endpoint administrator certification is the natural next step in a Microsoft 365 environment. Its one exam, MD-102, is now titled Managing and Securing Microsoft 365 Endpoints by using Intune. It weights managing and maintaining devices highest (25 to 30%), then preparing infrastructure for devices (20 to 25%), protecting devices and managing applications (15 to 20% each), and automation, monitoring and reporting (10 to 15%). The skills measured as of July 24, 2026 include Windows Autopilot, compliance policies, Windows LAPS, Intune Remote Help and working with Security Copilot agents in Intune. The exam price depends on the country where you sit it.

ITIL Foundation: version 4 or version 5

ITIL is the service management framework much help desk vocabulary comes from: incident, service request, problem, change. PeopleCert, which runs the ITIL exams, still offers ITIL 4 Foundation alongside the newer ITIL Foundation (Version 5), which frames the same ground as digital product and service management in AI-enabled environments. The two exams share one format. ITIL 4 holders can move to Version 5 through a short bridge exam, and both certifications are renewed every three years with 60 continuing professional development (CPD) points or by passing another exam from the same product suite.

Tip

A sensible order: CompTIA A+ or the Google certificate before your first job, MD-102 once you manage devices in Intune, and ITIL Foundation when your employer runs its desk on ITIL terms. If you are choosing an ITIL version now, look at which one the job ads in your area ask for.

How to become an IT support specialist

BLS says entry requirements vary. User support specialists typically need some college courses and network support specialists typically need an associate's degree, but either can qualify with a high school diploma plus relevant IT certifications; large software companies and more technical roles are more likely to want a degree. What employers look for first is evidence that you can fix things and explain them. A practical route:

  1. Learn the fundamentals from the A+ objectives or the Google course, whichever suits how you learn.
  2. Build a small home lab. Run Windows and Linux in virtual machines, install Linux on an old laptop, set up Windows from scratch, and configure and secure your own home network.
  3. Support real people. Family, a club, a small office or a school: real users teach the listening part of the job faster than any course.
  4. Write it down. Keep your fixes as short knowledge base articles. They show an interviewer how you think, and they are what a help desk will ask you to write.
  5. Pass a first certification and put the exam codes on your résumé.
  6. Apply for first-line roles under all their names: help desk analyst, service desk analyst, IT support technician, desktop support technician. Customer service experience from other jobs counts; BLS lists customer service skills among the qualities the job needs.
  7. Once first line is routine, ask for second-line work: device enrolment, permissions, scripts. That is where the next certification and the next job come from.

IT support specialist salary and job outlook

United States

BLS publishes pay for May 2025 and employment projections for 2025 to 2035 (the handbook page was last updated on August 27, 2026):

OccupationMedian annual wage, May 2025Lowest 10% earned less thanHighest 10% earned more thanProjected change, 2025 to 2035
Computer user support specialists$61,860$40,980$100,540Down 3%
Computer network support specialists$76,220$47,120$127,780Up 1%

Across both, the median was $62,890, and there were 903,100 jobs in 2025. Among the top industries for user support, government (excluding state and local education and hospitals) paid the highest median, $77,180.

The outlook is flat to falling. BLS projects total employment of computer support specialists to decline 3% over the decade, yet still expects about 48,700 openings a year, all of them to replace people who move to other occupations or retire. It gives two reasons for the decline. Organizations keep adding automated tools, such as chatbots, for troubleshooting, which may leave specialists more of the complex cases but means fewer are needed overall. And smaller businesses increasingly find it cheaper to contract network support out than to employ it.

Canada

Canada's Job Bank publishes wages for user support technicians (NOC 22221): a national median of C$31.47 an hour, with low and high wages of C$20.50 and C$49.00, for the 2023 to 2024 reference period, from Statistics Canada's Labour Force Survey (updated November 19, 2025). Its outlook for the occupation expects labour demand and supply to be broadly in balance nationally from 2024 to 2033, and rates the three-year prospects as limited in Ontario, Quebec and British Columbia and moderate in the other provinces.

Outside these two countries, look up your national statistics office. The tier structure travels well between countries; pay does not.

How AI is changing IT support work

AI now ships inside the tools support teams use, aimed at core first-line tasks: sorting requests, finding the answer and reading a device's state. What the vendors document, as of September 2026:

  • Triage. In Jira Service Management, Atlassian Intelligence suggests request types for a batch of tickets, such as the pile that arrives by email under a generic type, and fills in fields from each ticket's content. The agent can reject a suggestion and choose a different type.
  • Knowledge search. Atlassian's virtual service agent can use AI answers to search linked knowledge base spaces and reply to a question nobody set up in advance as an intent. Atlassian's own condition is a knowledge base with well-structured, up-to-date articles.
  • Device troubleshooting. Copilot in Intune can summarize a device (installed apps, group membership and more), explore Intune data in plain language and write KQL queries for device query, for questions like which devices are not encrypted. It sees only what the admin's Intune role and scope tags allow.
Requests arriving as envelopes and chat bubbles pass an orange sorting gear that sends each into one of three queue trays, while an open knowledge base book answers one chat directly.
Fig. 3 AI can suggest the category and draft the answer; the knowledge base it reads and the person who checks it decide whether it is right.

One large field study has measured the effect, in customer support rather than IT. Researchers followed 5,179 customer support agents as a generative AI assistant was rolled out (the paper was published in The Quarterly Journal of Economics in 2025). Issues resolved per hour rose 14% on average and 34% for novice and low-skilled agents, with minimal effect on experienced, highly skilled ones; the authors suggest the tool spread the practices of the best agents to newer ones. BLS draws the labour-market conclusion for IT support: automation may leave specialists more of the complex cases, but fewer specialists are expected to be needed overall.

Three habits follow for anyone in the job. Write knowledge base articles well, because the AI answers from them. Check a suggestion before accepting it; the tools let you override it, and you own the result. And put your time where the tools are weakest: unusual faults that cross several systems, and people who are stuck.

Career paths out of IT support

Support is a starting point. BLS says many support specialists move on to become information security analysts, network and computer systems administrators or software developers; some become managers in the support department, and some organizations offer paths into other areas such as sales. The three most common technical directions:

Systems administration

Systems administrators run the servers, directories, networks and backups the help desk supports. BLS puts their median pay at $99,130 in May 2025 and projects a 4% decline in employment from 2025 to 2035: developers focused on DevOps take on some of the work, some goes to networks-as-a-service providers, and administrators automate routine tasks. The way in from support is taking on third-line work: servers, device and identity configuration, scripting and change management.

Security

Information security analysts earned a median $129,180 in May 2025, and BLS projects their employment to grow 21% from 2025 to 2035, much faster than average. Many analysts have worked in an IT department, often as systems administrators, and many employers prefer certified candidates. From support, the route runs through the security work you already touch (phishing reports, MFA, device compliance, malware clean-up) and a certification such as CompTIA Security+, which CompTIA presents as a next step after A+, along with Network+. If you are weighing a degree, certificate or bootcamp for that move, our guide to choosing a computer science or cybersecurity program compares them.

Cloud

Cloud roles build on the same identity, networking and operating system knowledge. Microsoft's Azure Administrator Associate certification (exam AZ-104) expects familiarity with operating systems, networking and servers, and covers virtual networks, storage, compute, identity, security and governance in Azure. An admin who has managed devices and identities in Intune and Entra ID already knows part of that ground.

Whichever way you go, the habits that make a good support specialist carry over: a method, clear notes and care with other people's access. If you run a team that needs this work done rather than a job doing it, Computese's IT support service provides help desk support and IT administration: devices, identities, Microsoft 365 or Google Workspace and the security basics.