Federal Contractor

RED RIVER TECHNOLOGY LLC Federal Contract Obligations (Last 10 Years)

Federal procurement profile for RED RIVER TECHNOLOGY LLC (CAGE 04MB1, UEI JT4PZH4BX5T9) covering the last 10 years of contract actions and obligations.

RED RIVER TECHNOLOGY LLC records $2.25 billion in obligated federal awards across 5,105 actions, with an average action value of $441,231.36. The largest obligations come from the Department of Veterans Affairs, Social Security Administration, the Department of the Air Force, the Department of the Navy, and DISA.

Generated at 03/21/2026

Analysis period: Last 10 years

Agency, NAICS, and annual totals reflect obligated amounts in the selected 10-year analysis window.

CAGE Code
04MB1
UEI
JT4PZH4BX5T9
Total Obligated
2.25 billion
2,252,486,114.63
Award Actions
5,105
Average Action Value
441,231.36

About RED RIVER TECHNOLOGY LLC federal contract activity

RED RIVER TECHNOLOGY LLC (CAGE 04MB1, UEI JT4PZH4BX5T9) recorded 5,105 FPDS awards totaling $2.25 billion over the last 10 years, for an average award value of $441,231.36. The obligation profile indicates a high-volume federal supplier with recurring contract activity across civilian and defense agencies.

Agency mix and customer concentration

The Department of Veterans Affairs is the largest buyer, with $492.77 million across 231 awards, followed by the Social Security Administration at $284.55 million across 142 awards. Defense agencies are also material customers: the Department of the Air Force, Department of the Navy, and DISA together account for more than $438 million and reflect a sustained federal footprint across both civilian and defense portfolios.

Industry profile based on NAICS activity

The vendor’s obligation base is concentrated in IT and electronics-related NAICS codes. Other Computer Related Services (541519) dominates at $1.22 billion across 2,930 awards, while Telephone Apparatus Manufacturing (334210) and Computer Systems Design Services (541512) add another $805.78 million combined; Electronic Computer Manufacturing (334111) and Engineering Services (541330) represent smaller but still relevant segments.

Annual contract trend over the analysis window

Annual obligations in the visible period peaked around 2021-2023, with $251.01 million in 2021, $242.57 million in 2022, and $237.86 million in 2023. Activity remains substantial but lower in the most recent years shown, declining to $124.08 million in 2024 and $105.03 million in 2025.

How to interpret this page

This summary is based on FPDS obligation data for the last 10 years and aggregates award counts and obligated dollars across reported contracts. Agency, NAICS, and annual trend figures reflect the provided analysis window and should be interpreted as FPDS-reported activity only; they may not capture awards outside the dataset or non-FPDS transactions.

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 = '04MB1'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 492,769,245.54 492.77 million 231
2800 SOCIAL SECURITY ADMINISTRATION 284,552,878.66 284.55 million 142
5700 DEPT OF THE AIR FORCE 174,679,131.23 174.68 million 455
1700 DEPT OF THE NAVY 132,173,957.95 132.17 million 532
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 131,591,823.36 131.59 million 320
7014 U.S. CUSTOMS AND BORDER PROTECTION 130,981,767.87 130.98 million 98
2050 INTERNAL REVENUE SERVICE 122,599,624.76 122.60 million 63
7529 NATIONAL INSTITUTES OF HEALTH 97,885,307.22 97.89 million 272
6920 FEDERAL AVIATION ADMINISTRATION 94,426,787.04 94.43 million 674
4732 FEDERAL ACQUISITION SERVICE 55,258,694.86 55.26 million 29

Insight

Over the last 10 years, RED RIVER TECHNOLOGY LLC’s obligations are concentrated in a small number of civilian and defense agencies, led by the Department of Veterans Affairs at $492.77 million across 231 awards, followed by SSA at $284.55 million across 142 awards. The top 10 agencies account for a substantial share of activity and show mixed award intensity, with higher-obligation accounts such as VA and SSA alongside higher-award-count customers including the Federal Aviation Administration (674 awards) and Department of the Navy (532 awards). This pattern indicates broad agency distribution, but with a clear concentration of dollars in VA and SSA.

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 = '04MB1'
        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,222,716,175.53 1.22 billion 2,930
334210 TELEPHONE APPARATUS MANUFACTURING 421,359,493.30 421.36 million 496
541512 COMPUTER SYSTEMS DESIGN SERVICES 384,416,294.79 384.42 million 31
334111 ELECTRONIC COMPUTER MANUFACTURING 111,718,859.19 111.72 million 862
541330 ENGINEERING SERVICES 34,769,418.10 34.77 million 16
511210 SOFTWARE PUBLISHERS 30,462,670.10 30.46 million 250
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 19,698,212.52 19.70 million 90
517110 WIRED TELECOMMUNICATIONS CARRIERS 11,667,414.08 11.67 million 10
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 2,782,769.69 2.78 million 94
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 2,244,869.65 2.24 million 65

Insight

Over the last 10 years, RED RIVER TECHNOLOGY LLC’s obligations are concentrated in NAICS 541519, Other Computer Related Services, which accounts for $1.22 billion across 2,930 awards, or more than half of total obligated dollars. The next largest categories are 334210, Telephone Apparatus Manufacturing, at $421.36 million and 541512, Computer Systems Design Services, at $384.42 million, indicating a strong technology and communications profile with most dollars concentrated in a few NAICS codes. Award volume is more dispersed than dollars, with 5,105 total awards and several lower-dollar NAICS categories contributing relatively small portions of total obligations.

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 = '04MB1'
        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 105,025,281.59 105.03 million 300
2024 124,078,534.99 124.08 million 349
2023 237,858,804.43 237.86 million 410
2022 242,572,235.65 242.57 million 454
2021 251,008,354.20 251.01 million 395
2020 278,076,612.22 278.08 million 492
2019 351,867,168.72 351.87 million 582
2018 321,793,486.25 321.79 million 910
2017 319,954,263.06 319.95 million 1,145
2016 20,251,373.52 20.25 million 68

Insight

Over the last 10 years, RED RIVER TECHNOLOGY LLC recorded $2.25 billion across 5,105 awards, with an average award value of about $441.2K. Obligations are heavily concentrated in the 2017–2022 period, when annual totals ranged from $242.6 million to $351.9 million and award volume peaked at 1,145 in 2017, then 910 in 2018. Activity declined materially after 2020, falling to $124.1 million in 2024 and $105.0 million in 2025, indicating a recent contraction in annual obligational volume.

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.