Federal Contractor

AFFIGENT, LLC Federal Contract Obligations (Last 10 Years)

Affigent, LLC procurement profile covering 6,628 federal award actions and $2.35 billion in obligations over the last 10 years.

Affigent, LLC, CAGE 3NBK4 and UEI M46UYYHVH4B1, shows $2,346,472,633.73 in obligated federal spending across 6,628 award actions in the last 10 years. The largest share of obligations is with the Department of the Army, and the main buying categories are other computer related services, electronic computer manufacturing, and software publishers.

Generated at 03/21/2026

Analysis period: Last 10 years

Agency, NAICS, and annual figures reflect FPDS-observed obligations within the selected 10-year analysis window and may include multiple award actions.

CAGE Code
3NBK4
UEI
M46UYYHVH4B1
Total Obligated
2.35 billion
2,346,472,633.73
Award Actions
6,628
Average Action Value
354,024.23

About AFFIGENT, LLC federal contract activity

AFFIGENT, LLC (CAGE 3NBK4, UEI M46UYYHVH4B1) recorded 6,628 FPDS awards over the last 10 years with total obligated dollars of 2.35 billion and an average award value of $354,024.23. The profile is heavily federal and operational in nature, with spending concentrated in a relatively small set of agencies and a dominant services-oriented procurement base.

Agency mix and customer concentration

The Department of the Army is the primary customer, accounting for 632.66 million across 2,524 awards, or the clear majority of observed activity. The next largest obligators are the FBI, IRS, USTRANSCOM, and the Department of the Air Force, indicating a mix of defense, law enforcement, tax administration, and transportation/logistics demand rather than reliance on a single civilian market.

Industry profile based on NAICS activity

NAICS 541519, Other Computer Related Services, is the core category by a wide margin at 1.91 billion across 4,000 awards, showing that most obligations are routed through IT and adjacent professional services. Secondary activity in 334111 Electronic Computer Manufacturing and 511210 Software Publishers suggests a blend of hardware, software, and integration-related work, while the remaining NAICS codes are comparatively limited.

Annual contract trend over the analysis window

Annual obligations remained in the mid-hundreds of millions in the most recent five years shown, ranging from 245.87 million in 2022 to 311.38 million in 2021. After peaking in 2021, obligations declined in 2022, recovered in 2023 and 2024, and then eased to 255.26 million in 2025, suggesting sustained but variable funding levels rather than a steady upward trajectory.

How to interpret this page

This summary is based on FPDS-observed obligations for AFFIGENT, LLC using the provided CAGE code, UEI, and a last-10-years analysis window. Agency, NAICS, and annual views reflect obligated dollars and award counts in the supplied dataset; figures are rounded where shown and should be interpreted as analytical aggregates rather than contract-level records.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3NBK4'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
2100 DEPT OF THE ARMY 632,657,482.57 632.66 million 2,524
1549 FEDERAL BUREAU OF INVESTIGATION 142,687,042.04 142.69 million 267
2050 INTERNAL REVENUE SERVICE 125,988,887.36 125.99 million 216
9776 USTRANSCOM 108,499,497.88 108.50 million 79
5700 DEPT OF THE AIR FORCE 90,545,191.88 90.55 million 188
7008 U.S. COAST GUARD 77,413,406.70 77.41 million 121
7524 FOOD AND DRUG ADMINISTRATION 75,603,401.29 75.60 million 92
1501 OFFICES, BOARDS AND DIVISIONS 68,806,023.79 68.81 million 38
1900 STATE, DEPARTMENT OF 67,266,068.33 67.27 million 215
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 66,554,957.75 66.55 million 194

Insight

Over the last 10 years, AFFIGENT, LLC has obligated $2.35 billion across 6,628 awards, with spending concentrated at the Department of the Army, which accounts for $632.66 million and 2,524 awards. The next largest agencies—FBI, IRS, USTRANSCOM, and the Department of the Air Force—are materially smaller, each below $143 million, indicating a pronounced concentration in Army contracting with a secondary tier of agency relationships. The remaining top agencies are more dispersed and individually represent less than $80 million each, suggesting a broad but comparatively shallow spread of obligations outside the Army.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3NBK4'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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,914,233,830.23 1.91 billion 4,000
334111 ELECTRONIC COMPUTER MANUFACTURING 301,669,790.95 301.67 million 2,227
511210 SOFTWARE PUBLISHERS 110,494,007.57 110.49 million 192
334210 TELEPHONE APPARATUS MANUFACTURING 4,449,192.94 4.45 million 9
511120 PERIODICAL PUBLISHERS 3,683,003.04 3.68 million 1
334310 AUDIO AND VIDEO EQUIPMENT MANUFACTURING 3,209,475.34 3.21 million 14
334112 COMPUTER STORAGE DEVICE MANUFACTURING 2,500,061.62 2.50 million 19
513210 SOFTWARE PUBLISHERS 1,293,905.43 1.29 million 16
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 1,231,552.82 1.23 million 29
517919 ALL OTHER TELECOMMUNICATIONS 1,220,007.71 1.22 million 4

Insight

AFFIGENT, LLC’s obligations over the last 10 years are highly concentrated in NAICS 541519, Other Computer Related Services, which accounts for $1.91 billion of the firm’s $2.35 billion total obligated amount and 4,000 of 6,628 awards. The next largest NAICS, 334111 Electronic Computer Manufacturing, is materially smaller at $301.67 million across 2,227 awards, with 511210 Software Publishers third at $110.49 million across 192 awards. The remaining NAICS codes each represent only minor portions of total obligated value, indicating a strong concentration in computer-related services and adjacent technology categories.

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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3NBK4'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 255,258,477.70 255.26 million 555
2024 293,859,078.43 293.86 million 662
2023 302,028,072.89 302.03 million 731
2022 245,872,351.78 245.87 million 708
2021 311,376,327.97 311.38 million 741
2020 293,898,281.85 293.90 million 762
2019 177,209,888.05 177.21 million 738
2018 229,970,690.75 229.97 million 827
2017 180,962,681.44 180.96 million 761
2016 56,036,782.87 56.04 million 143

Insight

Over the last 10 years, AFFIGENT, LLC obligated $2.35 billion across 6,628 awards, averaging $354.0 thousand per award. Annual obligations were concentrated in 2020-2025, with each year exceeding $245.9 million and peaking in 2021 at $311.4 million; awards also remained relatively high during this period, ranging from 555 to 762. Earlier activity was lower and more variable, including a low point in 2016 at $56.0 million and 143 awards, indicating a significant expansion in both obligation volume and award frequency over time.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

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