Federal Agency

U.S. CITIZENSHIP AND IMMIGRATION SERVICES Federal Contract Obligations (Last 5 Years)

FPDS procurement profile for U.S. Citizenship and Immigration Services (Agency ID 7003) covering obligations, vendors, NAICS activity, and annual award trends over the last five years.

Over the last five years, U.S. Citizenship and Immigration Services recorded $6.60 billion in obligated contract actions across 7,796 awards, with an average action value of $846,708.86. The activity is concentrated in IT and administrative support, led by NAICS 541512, 541519, and 541511, and by vendors including BrilLIENT Corporation, Information Technology Coalition, Inc., and General Dynamics Information Technology, Inc.

Generated at 03/21/2026

Analysis period: Last 5 years

Annual obligations ranged from $1.23 billion in 2021 to $1.47 billion in 2024, with 2025 at $1.32 billion based on the current analysis window.

Agency ID
7003
Total Obligated
6.60 billion
6,600,942,348.60
Award Actions
7,796
Average Action Value
846,708.86

About U.S. CITIZENSHIP AND IMMIGRATION SERVICES federal contract activity

U.S. Citizenship and Immigration Services recorded $6.60 billion in obligations across 7,796 awards over the last 5 years, with an average award value of $846,708.86. The profile indicates a procurement portfolio dominated by large, recurring service contracts rather than a high volume of small purchases.

Vendor concentration and leading contractors

The vendor base is concentrated among a small set of IT and professional services contractors. BRILLIENT CORPORATION led all vendors with $274.23 million across 35 awards, followed by INFORMATION TECHNOLOGY COALITION, INC. with $262.90 million across 87 awards and GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. with $251.07 million across 113 awards.

Industry profile based on NAICS activity

Award activity is heavily centered in IT-related NAICS codes, led by 541512 Computer Systems Design Services at $2.09 billion and 1,274 awards. Other major categories include 541519 Other Computer Related Services, 541511 Custom Computer Programming Services, 561110 Office Administrative Services, and 541513 Computer Facilities Management Services, showing a broad but technology-centric procurement mix.

Annual contract trend over the analysis window

Annual obligations remained relatively stable over the five-year window, ranging from $1.23 billion to $1.47 billion. Spending peaked in 2024 at $1.47 billion before easing to $1.32 billion in 2025, while award counts stayed consistently high between 1,438 and 1,665 per year.

How to interpret this page

This summary uses FPDS award data for U.S. Citizenship and Immigration Services, Agency ID 7003, limited to the last 5 years. Totals, counts, and averages reflect obligated dollars and award records in the provided analysis window; vendor and NAICS rankings are based on total obligated value within that same dataset.

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 = '7003'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
BRILLIENT CORPORATION 274,230,160.04 274.23 million 35
INFORMATION TECHNOLOGY COALITION, INC. 262,900,289.65 262.90 million 87
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 251,068,271.91 251.07 million 113
SCIOLEX CORPORATION 202,050,908.63 202.05 million 52
AMENTUM SERVICES, INC. 194,034,807.68 194.03 million 27
EKAGRA PARTNERS, LLC 182,935,190.89 182.94 million 87
SALIENT CRGT, INC. 179,065,737.36 179.07 million 36
ALETHIX, LLC 173,107,182.75 173.11 million 85
DV UNITED, LLC 149,580,749.49 149.58 million 36
GOVPLACE, INC. 147,855,304.43 147.86 million 68

Insight

Over the last 5 years, USCIS obligated $6.60 billion across 7,796 awards, with an average award value of $846,708.86, indicating a mix of high-value and more frequent smaller awards. The top 10 vendors each received between $147.86 million and $274.23 million, with the largest single vendor accounting for about 4.2% of total obligations, suggesting moderate concentration among leading contractors rather than dependence on one provider. Award counts among the top vendors range from 27 to 113, showing that obligation volume is distributed across both high-dollar, lower-count relationships and more frequently awarded vendors.

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 = '7003'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
541512 COMPUTER SYSTEMS DESIGN SERVICES 2,090,852,870.19 2.09 billion 1,274
541519 OTHER COMPUTER RELATED SERVICES 1,148,073,149.11 1.15 billion 1,712
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 919,656,315.42 919.66 million 329
561110 OFFICE ADMINISTRATIVE SERVICES 704,928,745.81 704.93 million 347
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 418,229,186.75 418.23 million 163
561210 FACILITIES SUPPORT SERVICES 262,908,092.06 262.91 million 33
541330 ENGINEERING SERVICES 154,577,704.94 154.58 million 125
517110 WIRED TELECOMMUNICATIONS CARRIERS 113,646,696.36 113.65 million 84
493110 GENERAL WAREHOUSING AND STORAGE 92,187,654.32 92.19 million 204
511210 SOFTWARE PUBLISHERS 85,773,300.47 85.77 million 64

Insight

Over the last 5 years, USCIS obligated $6.60 billion across 7,796 awards, with spending concentrated in IT-related NAICS. Computer Systems Design Services (541512) led with $2.09 billion, followed by Other Computer Related Services (541519) at $1.15 billion and Custom Computer Programming Services (541511) at $919.66 million; these three categories alone account for the majority of obligations. Non-IT support categories are present but smaller, with Office Administrative Services (561110) at $704.93 million and Facilities Support Services (561210) at $262.91 million, indicating a procurement profile heavily weighted toward information technology and related support services.

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 = '7003'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 1,318,167,423.75 1.32 billion 1,495
2024 1,468,439,953.38 1.47 billion 1,629
2023 1,337,851,494.93 1.34 billion 1,438
2022 1,242,281,979.45 1.24 billion 1,569
2021 1,234,201,497.09 1.23 billion 1,665

Insight

Over the last 5 years, U.S. Citizenship and Immigration Services obligated $6.60 billion across 7,796 awards, with an average award value of $846,708.86. Annual obligations were relatively stable, ranging from $1.23 billion in 2021 to a high of $1.47 billion in 2024, before easing to $1.32 billion in 2025. Award volume was also broadly distributed across the period, peaking at 1,665 awards in 2021 and remaining within a narrow band through 2025, indicating no extreme concentration in a single year.

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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.