Federal Agency

STATE, DEPARTMENT OF Federal Contract Obligations (Last Year)

FPDS procurement summary for the STATE, DEPARTMENT OF (agency ID 1900) covering the last full year, with 9.09 billion obligated across 49,227 award actions.

In the last full year, the STATE, DEPARTMENT OF obligated 9.09 billion across 49,227 award actions, for an average action value of 184,653.27. The largest obligations were concentrated in IT services, facilities support, construction, and security services, with XATOR CORPORATION, PAE GOVERNMENT SERVICES, INC., and CGI FEDERAL INC. among the top vendors by total obligated amount.

Generated at 03/21/2026

Analysis period: Last full year

Values reflect FPDS award actions for the last full year and are shown as reported, with rounded readable figures alongside exact totals where provided.

Agency ID
1900
Total Obligated
9.09 billion
9,089,926,563.83
Award Actions
49,227
Average Action Value
184,653.27

About STATE, DEPARTMENT OF federal contract activity

In the last full year, the Department of State obligated $9.09 billion across 49,227 awards, with an average award value of $184,653.27. The volume of awards indicates a procurement profile weighted toward high transaction counts with a moderate average obligation size. These figures reflect total obligated amounts reported for Agency ID 1900 during the analysis period.

Vendor concentration and leading contractors

Vendor obligations were led by XATOR CORPORATION at $379.28 million across 21 awards, followed by PAE GOVERNMENT SERVICES, INC. at $312.40 million across 174 awards and CGI FEDERAL INC. at $297.61 million across 121 awards. The remaining top vendors, PECKHAM VOCATIONAL INDUSTRIES, INC. and GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC., also received substantial obligations, indicating concentration among a small set of major service providers. Award counts among the top vendors vary widely, suggesting differences in contract structure and award size.

Industry profile based on NAICS activity

Obligations were concentrated in services and support categories, led by NAICS 541519, Other Computer Related Services, at $1.01 billion across 2,858 awards. Other major categories included Computer Systems Design Services, Facilities Support Services, Commercial and Institutional Building Construction, and Security Guards and Patrol Services, each near or above the $855 million level. This mix points to significant spending across information technology, facilities, construction, and protective services.

Annual contract trend over the analysis window

The annual trend provided covers 2025 and matches the full-year total of $9.09 billion in obligations across 49,227 awards. With only one year in the analysis window, no year-over-year comparison can be derived from the provided data. The available trend therefore serves as a baseline snapshot rather than a multi-year trajectory.

How to interpret this page

This page summarizes FPDS obligations for Agency ID 1900, STATE, DEPARTMENT OF, using the supplied analysis window of Last full year. Metrics include total obligated dollars, award counts, average award value, top vendors, top NAICS categories, and annual trend values exactly as provided. No estimates or external data were used, and no additional filtering beyond the stated analysis period is implied.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '1900'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
XATOR CORPORATION 379,284,989.27 379.28 million 21
PAE GOVERNMENT SERVICES, INC. 312,401,826.35 312.40 million 174
CGI FEDERAL INC. 297,611,192.47 297.61 million 121
PECKHAM VOCATIONAL INDUSTRIES, INC. 241,807,565.58 241.81 million 10
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 236,734,967.67 236.73 million 48
MISCELLANEOUS FOREIGN AWARDEES 233,424,981.38 233.42 million 12,659
ACCENTURE FEDERAL SERVICES LLC 214,523,512.69 214.52 million 173
BL HARBERT INTERNATIONAL LLC 212,241,550.00 212.24 million 2
CADDELL CONSTRUCTION CO. (DE), LLC 184,662,234.08 184.66 million 68
CITIBANK, N.A. 184,080,735.00 184.08 million 6

Insight

In the last full year, State Department obligations totaled $9.09 billion across 49,227 awards, with an average award value of $184,653. Top vendor obligations are concentrated among a small set of suppliers, led by XATOR CORPORATION at $379.28 million, followed by PAE GOVERNMENT SERVICES, INC. ($312.40 million) and CGI FEDERAL INC. ($297.61 million). Award volume is more dispersed than obligation value, notably with MISCELLANEOUS FOREIGN AWARDEES receiving 12,659 awards but only $233.42 million obligated, indicating many low-value transactions alongside a smaller number of high-dollar vendor relationships.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '1900'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541519 OTHER COMPUTER RELATED SERVICES 1,014,817,623.16 1.01 billion 2,858
541512 COMPUTER SYSTEMS DESIGN SERVICES 952,684,132.58 952.68 million 713
561210 FACILITIES SUPPORT SERVICES 934,480,634.84 934.48 million 1,591
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 929,994,696.35 929.99 million 854
561612 SECURITY GUARDS AND PATROL SERVICES 855,909,717.96 855.91 million 1,633
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 599,658,659.70 599.66 million 3,738
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 325,977,692.61 325.98 million 189
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 256,117,892.12 256.12 million 401
561421 TELEPHONE ANSWERING SERVICES 243,077,545.93 243.08 million 144
541330 ENGINEERING SERVICES 211,623,539.21 211.62 million 746

Insight

Over the last full year, the Department of State obligated $9.09 billion across 49,227 awards, with spending concentrated in IT, facilities, and support service NAICS codes. The largest category, 541519 Other Computer Related Services, accounted for $1.01 billion, followed closely by 541512 Computer Systems Design Services at $952.68 million; the top 10 NAICS categories together span a broad mix, but each remains below roughly 12 percent of total obligations. Award volume is more dispersed than dollars, with 541519 carrying the highest award count (2,858) while several other high-obligation categories such as 236220 Commercial and Institutional Building Construction and 561612 Security Guards and Patrol Services also reflect substantial procurement activity.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '1900'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 9,089,926,563.83 9.09 billion 49,227

Insight

For the last full year, the Department of State recorded $9.09 billion in total obligated dollars across 49,227 awards, with an average award value of $184,653.27. With only one year in the review window, this section reflects a single-period baseline rather than a multi-year trend. The volume of awards relative to obligated dollars suggests a broadly distributed obligation profile with moderate average award size.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.